-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- internal bus is now a kwarg to allow to easily connect an existing OVOS bus, instead of always using a FakeBus - allow port and host to come from identity - add identity-test script validate info - typing # $ hivemind-client set-identity --key 3d20b5188aa0157562b2bc2e7d966127 --password 6f81688ec095bd00dee63aca13dd091f --host 0.0.0.0 --port 5678 --siteid test # $ cat /home/miro/.config/hivemind/_identity.json # { # "password": "6f81688ec095bd00dee63aca13dd091f", # "access_key": "3d20b5188aa0157562b2bc2e7d966127", # "site_id": "test", # "default_port": 5678, # "default_master": "ws://0.0.0.0" # } # $ hivemind-client test-identity
- Loading branch information
Showing
3 changed files
with
79 additions
and
34 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