Attempting aloha communication
parent
7188692aed
commit
1e33eea4d6
|
@ -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
|
||||
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue