Skip to content
Bryce Salmi edited this page Jan 30, 2018 · 3 revisions

Overview

FaradayIO is a python 3 module that provides TUN/TAP access to a serial port with the SLIP protocol. This is technically radio agnostic but we originally designed it for the Faraday radio. An included command line program TODO uses this library to setup a network adapter at (default) 10.0.0.1 which provides a tunnel for all traffic destined to/from the 10.0.0.0/24 network (10.0.0.0 through 10.0.0.255). Once running, any network traffic (IP) sent to an accessible address will be sent over the Faraday serial port and likely, over the radio.

Clone this wiki locally