TOFFEE (and TOFFEE-DataCenter) optimized Wireless Mesh-Networks – B.A.T.M.A.N [open-mesh.org (Open Mesh)]
TOFFEE/TOFFEE-DataCenter can be used to optimize Ad-Hoc Mobile Wireless Mesh-Networks
a Linux and Tech Youtube Channel for advance Linux users, systems and network software programmers and tech enthusiasts
TOFFEE/TOFFEE-DataCenter can be used to optimize Ad-Hoc Mobile Wireless Mesh-Networks
If you are a SD-WAN provider you may have an efficient SDN-Cloud based SD-WAN infrastructure, but the real challenge is the connectivity between your clients (SD-WAN subscribers/users Branch Office Edge…
TOFFEE/TOFFEE-DataCenter can be used to optimize Satellite Networks (Satellite based Internet Networks, VoIP, Data, private leased-links)
Deploy TOFFEE along with your existing VPN devices you can do the same as shown below. This will allow your VPN devices to encrypt your TOFFEE WAN Optimized network data
Deploy TOFFEE along with a web-proxy cache (such as Squid Proxy) you can deploy the discussed in this article. TOFFEE does not cache files. TOFFEE does packet level network optimization
Whenever you do Linux Kernel programming, you must've noticed file operations are defined with respect to certain data-structures. Its quite common you may find these in Linux Device Drivers and…
You can optionally have a dedicated Network Console port for your Raspberry Pi PiPG device. So that you can remotely access the PiPG web UI and configure the same, while…
Download the PiPG - PiPG-v1.0.26-02-Nov-2020 - complete MicroSD Image
I was doing a general code walk of Tun/Tap drivers in /drivers/net/tun.c and /drivers/net/tap.c, which is when I stumbled across its ioctl handlers/implementation and then started comparing with generic /net/core/dev_ioctl.c.…
IPUtils is a popular Linux Open-Source package which includes various utilities for Linux networking such as ping, arping, ping6 and so on.
The setsockopt() function provides an application program (user-space) with the means to control socket behavior. You can use setsockopt() to allocate buffer space, control timeouts, permit socket data broadcasts and…
Linux Networking Stack Receive Flow Steering (RFS) aim is to increase data-cache hitrate by steering kernel processing of packets to the CPU where the application thread consuming the packet is…
Here is a code-walk of a git-hub source submitted by a viewer Sekhar Pariga, which is a Multi-client TCP Server with pthreads Mutex synchronized. Basically it is a Directory Listing…
Here is my sample source-code discussed in the video: you can compile the same via:
If you are a newbie or even an experienced programmer you might have stumbled at kernel newbies page which is heaven for all those who are willing to involve in…