This PR pulls in branch issue3 which provides the following changes and requires at a minimum faradayio version 0.0.2 to operate.
Sets-up command line arguments for basic use
Provides a software serial loopback option
Implements TUN adapter with threaded operation
Cleanly exits threads with KeyboardInterrupt
This code has been tested both with software loop back as well as physical loopback hardware utilizing a Faraday radio with specific echo firmware install. Additionally, third-part serial loopback hardware also confirms proper operation.
This PR pulls in branch
issue3
which provides the following changes and requires at a minimumfaradayio
version0.0.2
to operate.KeyboardInterrupt
This code has been tested both with software loop back as well as physical loopback hardware utilizing a Faraday radio with specific echo firmware install. Additionally, third-part serial loopback hardware also confirms proper operation.