mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-03 15:23:39 -07:00
Destination table is now stored on exit
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import RNS
|
||||
|
||||
class Interface:
|
||||
IN = False
|
||||
OUT = False
|
||||
@@ -6,4 +8,8 @@ class Interface:
|
||||
name = None
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
pass
|
||||
|
||||
def get_hash(self):
|
||||
# TODO: Maybe expand this to something more unique
|
||||
return RNS.Identity.fullHash(str(self).encode("utf-8"))
|
||||
Reference in New Issue
Block a user