Releases: airalab/otaberu
Releases · airalab/otaberu
Handshakes to know online status + store code structure change
websocket rpc + users access
In this update:
- websocket rpc mode available via
-r 0.0.0.0:8888argument - unix socket module runs only if socket filename was set
- socket logic processor not depended from ws/unix socket implementation
usersin robots config:
"{ ... "users": {"username": "smehnov", "public_key": "<base 64 public key>", "tags": []}}'- commands are being processed if signed by
OrganizationUserorOwner - agents store configs for different owners
- agents fetch configs on direct connection (including rpc/bootstrap agents)
Config updates and signed messages
Request-response messaging and list jobs command
What's Changed
Full Changelog: 0.0.9...0.1.0
Libp2p commands
This release allows to use libp2p messaging for interaction with robots network.
New features:
- docker job launching via libp2p command
- terminal access to launched docker container via libp2p tunnel
- code transfer to docker container using libp2p messages
- bootstrap node argument to connect libp2p nodes via internet