Jayx239 / 2JR

An 802.15.4 Low Energy Implementation
GNU General Public License v3.0
3 stars 3 forks source link

TwoJRRadioListener #99

Closed Jayx239 closed 7 years ago

Jayx239 commented 7 years ago

TwoJRRadiolistener class for the network layer

Jayx239 commented 7 years ago

Methods: void start() void close() void send() void read()

Jayx239 commented 7 years ago

@rmc343 @jmhy Uses TransmitterRunnable and ReceiverRunnable. Depends on RXTX library found at: http://fizzed.com/oss/rxtx-for-java

Directions for installing RXTX: http://rxtx.qbang.org/wiki/index.php/Installation_for_Windows

To test use the comm port emulator : https://sourceforge.net/projects/com0com/ This allows you to link io of two com ports, writing to one prints to the other. Simply create two listeners, set one to use different com ports. You can then simulate inter-radio communication.

Jayx239 commented 7 years ago

API Documentation: http://users.frii.com/jarvi/rxtx/doc/index.html