Total Pageviews

Wednesday 21 July 2021

Ethernet-Serial-Wireless Bridge


A bridge driver providing a virtual Ethernet interface and bridging it to a wireless network via a serial port for Linux.

Usage

  1. Compile the project

    # make
    # make server
  2. Apply the execution permission to vd_load and vd_unload:

    # chmod +x vd_unload
    # chmod +x vd_load
    # chmod +x server
  3. Load the driver:

    # ./vd_load

    You can change the IP address in vd_load script file

  4. 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