Showing 1304 open source projects for "c source code"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    Resara Server

    Resara Server

    An easy-to-use, AD compatible Linux domain controller and file server

    Resara Server is an Active Directory compatible open source server for small businesses designed around Samba 4. It is designed to be simple and easy to use. The management console lets you manage users, share files, and configure DHCP and DNS.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    BBWin GUI

    BBWin GUI

    GUI Frontend to BBWin XYmon Monitoring Agent

    The BBWin GUI was developed due to a need to make updating and setting up a managed system for monitoring easier for techs. As I am a old Linux guy using a text editor to configure the BBWin.cfg file was common place. When I had to teach others to, not only edit but troubleshoot the files when mistakes were made. That became a task in and of its self. BBWin GUI makes easy work of installing the latest BBWin application, setting for the first time or updating and active system. This app even...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EchoVNC is a secure, "firewall-friendly" remote-desktop tool with support for VNC, Remote Desktop, and RAdmin servers and viewers. With it, a Windows PC or OSX Mac can be remotely accessed regardless of firewall, router or web-proxy configuration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Traffic Monitor for LAN is a tool for monitoring and limiting network traffics generated by every user in LAN. Run it on the gateway PC.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • 5
    A few years ago (ok a LOT) I had written a VERY simple network monitoring system for work. It primarily gathers syslog events, and does a basic TCP connect to check on machine state. This uses MSDE as it's engine for events.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    PHPMySMB

    Access your network through the Web

    PHPMySMB is a fork from smbwebclient. It provides web access to a network using the Microsoft protocol SMB. The code is currently mainly based on smbsebclient. Plans are : 0.8 : extract images/css/langs from the original and unique file 0.9 : create a dedicated samba php file 1.0 : code cleanup and bugfixes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Wired WiFi Switcher

    Automatically choose preferred network adapter (Ethernet vs. WiFi etc)

    This program (written as a Windows Service) disables less preferred adapters when a more preferred adapter has a connection. Typically, this program would be used to disable WiFi adapter when connected to Wired Ethernet adapter. Please report any bugs here: https://sourceforge.net/p/wifiswitcher/tickets/
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    Simmon is SIMple MONitor of network. Dedicated daemon running on router collects traffic data, which is read by gui client. Daemon is fast and light C code build on top of libpcap, and client written in Java Swing can be run on any Java capable platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SysDetail Advance

    SysDetail Read System Information and Export to PDF

    SysDetail V1.1 SysDetail is capable of getting basic information about BIOS, Proxy Configuration , Network , Mother Board Details and Disk Information. with PDF Export function Basic Detail Types : System Information Bios Information Motherboard information Disk Drives Display Information Network Configuration Proxy Configuration
    Downloads: 0 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
    Various Nagios plugins. Plugins are designed to run on Windows for TNTMonitoring and should also work with NRPE from within NSClient++
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Vitamin is a software for visualizing network traffic in IP based networks. It works as a distributed system. Several slaves capture the network traffic on several computers in a network. The master visualizes the information he receives from the slaves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    pproxyd

    Passive Proxy Daemon sniffs packets and creates squid proxy logs

    Passive Proxy Daemon (pproxyd) has moved to GitHub (https://github.com/rondilley/pproxyd ) This tool reads pcap format files or reads packets directly from the network, assembles web based traffic and generates squid proxy style logs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Zebra_Session

    Zebra_Session

    A wrapper for PHP’s default session handler, using MySQL for storage

    Zebra_Session is a PHP class that acts as a wrapper for PHP's default session handling functions but instead of storing session data in flat files it stores them in a MySQL database, thus providing both better security and better performance. The library is also a solution for applications that are scaled across multiple web servers (using a load balancer or a round-robin DNS) and where the user's session data needs to be available. Storing sessions in a database makes them available to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    repcached is memcached which implemented multi master asynchronous replication feature.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15

    sharprobin

    A c# pure RRD tools impl

    A c# pure RRD tools impl all RRD tools functions http://oss.oetiker.ch/rrdtool/ pure c# implement,mean than can run without extenal RRD tools full compatible with jrobin http://jrobin.org The project on codeplexhttp://sharprobin.codeplex.com/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    MySQL Load Balancing PHP script

    MySQL Load Balancing PHP script

    Free MySQL Load Balancing PHP script. For load balanced access to your MySQL servers when you are using MySQL replication between one (or many) master and many slaves. This script does reads on slaves and writes on master(s). It automatically checks if the challenger slave is "fresh enough" to read on it. The script is actually used in real conditions, prove of the capabilities. That also needed from me to erase some sections of the code replaced by a "TODO" commentary with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    nwGTPv2 is free and open source implementation of GPRS Tunneling Protocol version 2 (GTPv2) or Evolved GTP (eGTP). GTPv2 is primarily used for control signalling between Serving Gateway SGW and PDN Gateway (PGW) in Evolved Packet Core (EPC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Netbios Share Samba Scanner scan C classes and reveal all open shares. It will tell you all the information and even show the content of the shares. It will also show you shares that are not accessible.Also provide a username and password to it. To know more about SecPoint IT security solutions visit us at www.secpoint.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Flexor
    The FLEXOR is a software architecture that is designed to support the testing and management of WSN protocols and applications in a flexible way. Its main goal is to provide run-time support to experiments on backchannel-free sensor networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    IENetP Test Tool
    Industrial Ethernet Network Performance (IENetP) Test Tool developed by the National Institute of Standards & Technology (NIST). This test tool determines the network performance of industrial devices using standardized metrics and tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ip/protocol test tool. Ethernet packet generation/insertion and capturing/analysis, bypassing OS. Single executable (no installation) and xml input files for maximum flexibility and scripting possibilities. A.o. ethernet, vlan, ip(v6), igmp, udp, tcp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A aspx based web page to send the "Wake on Lan" magic packet to a host. Integration to static html pages or Sharepoint servers is done in a few minutes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    IXP4xx (IXP425, 422, 421, 420) BSP for Windows CE (wince/Windows Embedded Compact) 4.2/5.0/6.0/7.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    wipfw
    wipfw - IPv4 packet filter and traffic shaper for Windows based on IPFW (FreeBSD firewall).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    PMCP (Portable Master Control Program)
    Gives you the ability to operate Windows using PMCP alone, with its collection of useful utilities. Also includes several network tools. Written in pure C with Win32 API for maximum portability.
    Downloads: 0 This Week
    Last Update:
    See Project