mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-14 20:32:50 -04:00
Known destinations
This commit is contained in:
parent
82744fb9ed
commit
4c7d20e15b
7 changed files with 79 additions and 38 deletions
|
@ -36,7 +36,7 @@ class UdpInterface(Interface):
|
|||
|
||||
|
||||
def processIncoming(self, data):
|
||||
self.owner.__class__.incoming(data)
|
||||
self.owner.inbound(data)
|
||||
|
||||
def processOutgoing(self,data):
|
||||
udp_socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue