mess around with a sort node concept for communicating over packet RF things
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package node
|
||||
|
||||
type Transport interface {
|
||||
Tx(payload []byte, timeout uint32) error
|
||||
Rx(timeout uint32) ([]byte, error)
|
||||
}
|
||||
Reference in New Issue
Block a user