Browse free open source Networking software and projects for Windows and Linux below. Use the toggles on the left to filter open source Networking software by OS, license, language, programming language, and project status.

  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Iometer
    I/O performance Analysis Tool
    Leader badge
    Downloads: 471 This Week
    Last Update:
    See Project
  • 2

    IPMI Management Utilities

    Manage and interpret IPMI systems with common a software tool

    ipmiutil is an easy to use set of IPMI server management utilities. It can get/set sensor readings & thresholds, automate SEL management, do SOL console, etc. Supports Linux, Windows, BSD, Solaris, MacOSX. The only IPMI project tool that runs natively on Windows. See ipmiutil.sf.net for rpms, etc. (formerly called panicsel). It can run driverless in Linux for use on boot media or embedded environments.
    Leader badge
    Downloads: 741 This Week
    Last Update:
    See Project
  • 3
    We are developing a set of Delphi components to communicate with a ModBus PLC over TCP/IP. The library provides components to implement both a ModBus master and a Modbus slave, and is based on the Indy component set (both Indy 9 and 10 are supported) De source code of the project has been moved to GitHub!
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4
    SIV (System Information Viewer)

    SIV (System Information Viewer)

    SIV displays useful Windows, network, and hardware info.

    SIV by Ray Hinchliffe. 'System Information Viewer' is a general Windows utility for displaying lots of useful Windows, Network and hardware info - CPU info, PCI info, PCMCIA info, USB info SMBus info, SPD info, ACPI methods, Machine info, Hardware Sensors, Networked computers, Operating System Information and more. SIV is designed for Windows 11, 10, 8, 7, Vista, XP, 2012, 2008, 2003, 2000 and NT4. Windows 95, 98 and Me are also supported. SIV can also be used to control AIO devices, such as fans and LEDs. To do this, you need to specify the -AIOCTL command line qualifier. When -AIOCTL is specified, SIV will automatically do the EnhancedPowerManagementEnabled registry change and restart the USB device. SIV (System Information Viewer) uses pcidevs.txt for the PCI devices, usbdevs.txt for the USB devices, and mondevs.txt for monitoring pcmdevs.txt PCMCIA device descriptions.
    Downloads: 23 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 6
    Using the new C# Dll from swig portability of Openobex/ObexFtp to write a nice GUI able to transfer file between two devices with obex protocol. More Info’s here: http://cs-obexftp.wiki.sourceforge.net/
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    TiVo USB Wireless Adapter device driver for Linux and Windows. The adapter users the Broadcom BCM4320 (AirForce One. Single-Chip 802.11g USB 2.0 Transceiver) chipset and portions of this project may be directly applicable to other devices using the same.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Dreamos is an operating system developed on Sega Dreamcast to be ported to an array of embedded devices. The goal of the project is to be able to run non-ported Unix programs on the Sega Dreamcast and other embedded devices with ease and POSIX compliance
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    MWCtrl is a Java application designed to control a microwave dish connected to an Opto22 Ethernet Brain. The application was written for Linux using a touch screen (optional), but also runs on Windows & Mac OSX.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10

    tew-652brp_v2_wcl

    Client mode firmware for TrendNET TEW-652BRP V2

    Firmware to run the TrendNET TEW-652BRP version 2.x wireless router in client mode. Based on GPL firmware provided by TrendNET and modified to change the operating mode of the router from Access Point to wireless client.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    This project aims to provide a fully functional GUI [and command line] interface to control the "USB LED Message Board v1.0" HW, by dreamcheeky. It allows local and remote multi-user control.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    URBI: Universal Robotic Body Interface. URBI is a scripted command language used to control robots (AIBO, pioneer,...). It is a robot-independant API based on a client/server architecture. Liburbi C++/Java/Matlab are available here. Forum available at ht
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    NetInput is a collection of tools to practically provide a software implementation of a mouse/keyboard switch on a client/server basis. It uses the IP protocol to let one server control mouse/keyboard activities on one or more clients.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is. IT IS ALSO TOTALLY UNNECESSARY. Why not have the DLL as managed code?? Why not simply reference the library in your project and just call its functions?? This project does just that Licence: LGPLV3.: In summary, the only thing we ask is if you improve / bugfix / extend the library then feed these changes back into the project by emailing jon_newcomb or requesting sourceforge access. Applications you develop that use this library are not covered by this licence and can remain closed source and commercial
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    SerialPortNet is an open source serial port communication library for Microsoft .NET. It's written in c#, implements complete .NET 2.0 specifications, and is designed to allow for multiple OSes and add-on 3rd party Serial to Network adapters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Agnix is an educational, network operating system kernel. It is ideal starting point to learn about operating systems. The main goal of the project is to provide a network kernel fully compatible with the Linux Kernel in the system call layer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This program works on command line and helps people to upgrade and recover their D-Link's modems. It's stand-alone and doesn't require web-servers or other stuffs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project is developing a Java based CIM provider for Fibre Channel Host Bus Adapters (HBAs). It uses the common HBA API developed by the Storage Nerwork Industry Association (SNIA), available at: http://www.snia.org This project will conform to pro
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Toolkit (.NET/Mono) + GUI (GTK#) to administer and control a Conexant Encore ADSL Modem. Its modular design allows to be extended to support other brands/models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    his project is now at http://can.sourceforge.net EDA is a standardized model for development of components in a control system such as a home-/small office application or even in small systems such as a washing machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Eppnics: Electronic parallel port network interfaced control system. Eppnics allows you to control electronic circuits connected to a parallel port via a TCP/IP connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The GDAC (Generic Device Access and Control) framework is an extensible multithreaded cross platform (Linux (x86,VME)/Windows) C++ device control environment. It typically will be used as the basis for custom OPC servers or front-end control software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The Host Bus Adapter API (Applications Programming Interface) is a C-level project to manage Fibre Channel Host Bus Adapters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project is aimed to develop an Hardware Monitor & Protection System for PCs using PICmicros. This project is divided into two branches: the first one involves microcontroller's firmware, the second one software used to manage the PIC via COM po
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Your own portable PC system built by integrating existing Open Source components. This mobile metasystem utilizes the internet's web hosting resources and is accessed via any web browser enabled appliance from your home, work, school, library, cafes, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB