Created
May 1, 2015 15:47
-
-
Save jk0/2d263a1bac50b0cd1e71 to your computer and use it in GitHub Desktop.
TCP/IP Over AX.25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Equipment | |
Raspberry Pi - http://amzn.com/B00MV6TAJI | |
USB Bluetooth Adapter - http://amzn.com/B009ZIILLI | |
2x BaoFeng UV5R Radio - http://amzn.com/B007H4VT7A | |
2x Nagoya NA-771 Antenna - http://amzn.com/B00KC4PWQQ | |
2x Mobilinkd TNC2 - http://store.mobilinkd.com/products/battery-powered-bluetooth-kiss-tnc | |
2x Mobilinkd TNC2 Cable - http://store.mobilinkd.com/products/kenwood-wouxun-baofeng-tnc-cable | |
Documentation | |
sudo apt-get install bluetooth bluez-utils blueman ax25-tools ax25-apps | |
echo “packet0 <CALL>-1 115200 255 2 145.6 MHz (1200 bps)” >> /etc/ax25/axports | |
sudo kissattach /dev/rfcomm0 packet0 10.0.0.1 | |
mkfifo pipe | |
nc -nvlp 8080 <pipe | bash >pipe | |
http://www.mobilinkd.com/wp-content/files/MobilinkdTNC1UsersGuide-112.pdf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome job