Attempting aloha communication

master
Dan 2018-05-26 08:33:56 -06:00
parent 7188692aed
commit 1e33eea4d6
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
slattach -L -v -s 9600 /dev/ttyUSB0 &
sleep 3
ifconfig sl0 10.0.0.2 netmask 255.255.255.0

View File

@ -0,0 +1,6 @@
#!/bin/sh
slattach -L -v -s 9600 /dev/ttyUSB0 &
sleep 3
ifconfig sl0 10.0.0.1 netmask 255.255.255.0