hyprspace/cli
Max b32d496d21
Service Network (#15)
* implement foundation for service network

* update vendorHash

* extract MkNetID

* look up peers by NetID

* implement proxy for remote services

* support remote services (client side)

* create Proxy abstraction

* implement TCPServiceProxy

* add a wrapper to make streams implement net.Conn

* support remote services (server side)

* implement services in config

* create proxies from multiaddrs

* register services defined in config

* add description field to proxy

* resolve service hostnames
2024-05-14 17:14:42 +02:00
..
init.go init: print simple config snippet for peer entry 2024-04-28 00:21:08 +02:00
peers.go add --interface, implement for commands: peers, status 2024-04-28 00:18:44 +02:00
root.go config and CLI overhaul 2024-04-28 00:20:35 +02:00
route.go print node names in route show 2024-04-28 00:21:23 +02:00
status.go add --interface, implement for commands: peers, status 2024-04-28 00:18:44 +02:00
up.go Service Network (#15) 2024-05-14 17:14:42 +02:00
util.go implement RPC client and new CLI commands 2024-04-28 00:17:29 +02:00