Peer to Peer example

Dependencies:   libmDot-dev-mbed2-deprecated mbed-rtos mbed

Fork of mDot_LoRa_PEER_TO_PEER by Jason Reiss

This example will setup a peer to peer node, copy program to two dots Uplink packets will be sent every 5 seconds, however communication is half-duplex An mDot cannot receive while transmitting

This example also demonstrates asynchronous receive through libmDot using the event framework.

Received packets will be sent to the Serial port on pins 2 and 3 baud rate for serial ports is set to 115200

History

update libmDot to 2.0.2; Remove RxBuffer delete in MacEvent RxDone which is now done within library default tip

2016-08-17, by jreiss [Wed, 17 Aug 2016 18:40:06 +0000] rev 8

update libmDot to 2.0.2; Remove RxBuffer delete in MacEvent RxDone which is now done within library


Update libraries

2016-08-06, by jreiss [Sat, 06 Aug 2016 13:34:45 +0000] rev 7

Update libraries


modify to peer to peer example

2016-07-15, by jreiss [Fri, 15 Jul 2016 13:55:27 +0000] rev 6

modify to peer to peer example


Class C demo application

2016-07-07, by jreiss [Thu, 07 Jul 2016 18:49:44 +0000] rev 5

Class C demo application


clean up and clarify code

2015-09-30, by mfiore [Wed, 30 Sep 2015 20:06:52 +0000] rev 4

clean up and clarify code


update libmDot to revision 0.0.9-1

2015-09-10, by mfiore [Thu, 10 Sep 2015 18:24:37 +0000] rev 3

update libmDot to revision 0.0.9-1


clean up sleep code, go to deepsleep by default

2015-09-09, by mfiore [Wed, 09 Sep 2015 13:19:18 +0000] rev 2

clean up sleep code, go to deepsleep by default


clean up code, add more comments about configuration

2015-08-25, by mfiore [Tue, 25 Aug 2015 21:36:47 +0000] rev 1

clean up code, add more comments about configuration


initial commit

2015-08-19, by mfiore [Wed, 19 Aug 2015 17:03:30 +0000] rev 0

initial commit