NGCP / xbeeplus

Cross-Platform C++11 Xbee Radio API
3 stars 0 forks source link

Modified ReceivePacket and TransmitRequest #9

Closed zhangh94 closed 7 years ago

zhangh94 commented 7 years ago

Modified ReceivePacket and TransmitRequest to use HexString and ByteSum functions

MichaelWallace30 commented 7 years ago

So the payload size will change depending on the type of xbee. The base is 100 bytes and will change depending on the header packet. For all digimesh versions the packet will increase in size. series 3+ should be 72 bytes.

Not sure if the xbee's can communicate which different models due to bandwidth and header packets.

http://knowledge.digi.com/articles/Knowledge_Base_Article/Maximum-payload-size-for-Digi-RF-products

http://knowledge.digi.com/articles/Knowledge_Base_Article/Sending-data-through-an-802-15-4-network-latency-timing

http://www.digi.com/wiki/developer/index.php/Determine_MTU

On Sat, Nov 12, 2016 at 3:40 PM, KarthikJay notifications@github.com wrote:

Merged #9 https://github.com/NGCP/xbeeplus/pull/9.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NGCP/xbeeplus/pull/9#event-856880526, or mute the thread https://github.com/notifications/unsubscribe-auth/AF9oz1keV4DHr85flERgIK11sEAygdDSks5q9k5pgaJpZM4KwUhX .

Michael Wallace Student at California State Polytechnic University, Pomona