mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-28 08:40:00 -07:00
Added rnstatus utility
This commit is contained in:
@@ -8,7 +8,9 @@ class Interface:
|
||||
name = None
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
self.rxb = 0
|
||||
self.txb = 0
|
||||
self.online = False
|
||||
|
||||
def get_hash(self):
|
||||
return RNS.Identity.full_hash(str(self).encode("utf-8"))
|
||||
|
||||
Reference in New Issue
Block a user