mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-10 23:13:30 -07:00
File transfer example
This commit is contained in:
@@ -86,8 +86,6 @@ def client_connected(link):
|
||||
# We pack a list of files for sending in a packet
|
||||
data = umsgpack.packb(list_files())
|
||||
|
||||
RNS.log(str(len(data)))
|
||||
|
||||
# Check the size of the packed data
|
||||
if len(data) <= RNS.Reticulum.LINK_MDU:
|
||||
# If it fits in one packet, we will just
|
||||
|
||||
Reference in New Issue
Block a user