Hi guys... Am using Nano Pi M1 with Debian OS. I kept static IP address for it by editing the file /etc/network/interfaces and adding the below lines sudo vim /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.0.51 netmask 255.255.255.0 gateway 192.168.0.1 After setting the IP,...
Thanks buddy...
I achieved it by using socat only.