n2n is an open source Layer 2 over Layer 3 VPN application which utilises a peer-to-peer architecture for network membership and routing. Some details ...
毕业前随想
人家说七年是人体把细胞更新一轮的周期,也就是说我再也不会是七年前的那个意气风发的少年了吧。学妹说当你回首过去的时候,感叹那时的幼稚说明你成长了,感觉那时很美好说明你老了。问题是,我怎么感觉又幼稚又美好呢。 今天刚好看到一段话——“我只知道,重回当年选择的那一刻,基于我当时的视野范围和认知水平,我做了 ...
Deploy a Transparent Proxy with Squid
Sometimes, we want to have a local transparent proxy, and it will provide http, https and e-mail’s proxy.Why do we need a local proxy? As we know, mos ...
Wifi Smart Car Ⅳ : Hardware and MCU’s Programming
Hardware design and programming had been upload to my github. Pls click here.
Wifi Smart Car Ⅲ : Devolop a PC Client
My PC client was developed with C# by myself.you can get the client’s source from my github.
Wifi Smart Car Ⅱ: Communication by Using Ser2net
Ser2net is a software that can convert data between net and serial port.opkg update opkg install ser2net Use command ls /dev/tty*, and find the router ...
Wifi Smart Car Ⅰ: Connect Your Camera
Hardware GL.inet AR150 or GL.inet 6416/6408 Logitech C270 camera I update the router with TP-WR720N‘s firmware. Install usb driver and mjpg serveropk ...
How to Deploy your Private NAS with your OpenWrt Router
Firstly, we should install USB storage prerequisites.opkg updateopkg install kmod-usb-storage block-mount kmod-fs-ext4 kmod-usb-storage-extras kmod-sc ...
DM8168 Uboot support EMAC1
We only designed a Ethernet interface with Emac1, so I had to modified the Uboot sources from TI.MII interface is a manager to read the PHY address of ...
How to Realize QoS in your Openwrt Router
I realize IP QoS(Quality of Service) in my Openwrt with iptables and tc(Traffic Control). Firstly , we should installs the related software packages.o ...