A bridge driver providing a virtual Ethernet interface and bridging it to a wireless network via a serial port for Linux.
Usage
Compile the project
# make # make server
Apply the execution permission to vd_load and vd_unload:
# chmod +x vd_unload # chmod +x vd_load # chmod +x server
Load the driver:
# ./vd_load
You can change the IP address in vd_load script file
run server
# ./server
now you can use the veth0 device and send and receive data through it.:)
Reference: Linux serial-to-ethernet bridge
from https://github.com/pansila/Ethernet-Serial-Wireless-Bridge
No comments:
Post a Comment