-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeleteWifi and Disconnectwifi (#190)
* Added DHT Provide to Pull After Pull the node announces that it can provide the link on dht * Added method to store cid * updated tests * Added storeManifests and tests StoreManifest first calls blockchain to get the avaialble manifests and then fetch them and store them * Added dht to store and get the number of repliactions * corrected a go cehck * Update blox.go * Added Fetch available and Store to a time when blox starts * Update example_test.go * Update example_test.go * Update example_test.go * Adde check to make sure we are not storing an already stored link * Added mechanism to make sure we do not get stuck on limit * added deletewifi and disconnectwifi for mobile * Disconnect hotspot if wifi and config exists * Update example_test.go * Update example_test.go
- Loading branch information
Showing
8 changed files
with
249 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.