mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-24 22:50:34 -04:00
RNode interface
This commit is contained in:
parent
540bde4cd4
commit
c03bce5547
4 changed files with 11 additions and 3 deletions
|
@ -112,7 +112,9 @@ class Transport:
|
|||
should_transmit = False
|
||||
|
||||
if should_transmit:
|
||||
RNS.log("Transmitting "+str(len(packet.raw))+" bytes via: "+str(interface), RNS.LOG_DEBUG)
|
||||
# TODO: Remove
|
||||
RNS.log("Transmitting "+str(len(packet.raw))+" bytes via: "+str(interface), RNS.LOG_EXTREME)
|
||||
RNS.log("Hash is "+RNS.prettyhexrep(packet.packet_hash), RNS.LOG_EXTREME)
|
||||
interface.processOutgoing(packet.raw)
|
||||
sent = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue