Conduit buffer
- This topic has 1 reply, 2 voices, and was last updated 9 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › Conduit buffer
Hi,
Happy new year 🙂
I wonder if the MultiConnect Conduit has a buffer memory, is it the 256MB flash memory ?
I did some tests because I want to know if the Conduit save the LoRa frames it receive if it is not connected to a LoRa server and so it can not transmit them.
It seems to work but with a limited number of frames, or a limited lenght of data, or maybe a limited time.
I also observed that all frames apparently saved on the buffer were not transmitted to the server after re-connection (like 2/7)
Regards,
Tom.
The linux kernel ip-stack may have a fifo buffer before the NIC.
There is nothing in software to buffer received packets.
The packet forwarder code is open source.
https://github.com/Lora-net/packet_forwarder