Showing 1048 open source projects for "daemon"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 1

    NagiBot

    A XMPP robot for Nagios(tm) notifications and interaction.

    ## NagiBot has moved to https://github.com/ajobs/NagiBot ## Perl extension for Nagios. It logs on to an XMPP/Jabber server and joins a conference room. Nagios can then be configured to log messages to that room or to specific JIDs. With an XMPP client you can ask NagiBot to do something or to give a status.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    IEEE 802.15.4 stack for Linux

    IEEE 802.15.4 stack for Linux

    Low Rate Personal Area Network support for Linux

    IEEE 802.15.4 networkong stack covers PHY and MAC layers (PHY layer implemented in hardware and MAC optionally implemented in software). Also 6lowpan (IPv6 packet encapsulation) is implemented for use by IEEE 802.15.4 and BT LE networks. Note: due to licensing restrictions (and despite project's name) we do not plan to implement any ZigBee related stack parts.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 3
    A next-generation memory cache daemon with idea similar to memcached, but which pervasively uses multithreading and provides advanced modes of data query and expiry. With its innovative system of record tags, it allows bulk expiry (or retrieval) of records by user-defined criteria such as "all records belogning to a certain page" or "all records belonging to a certain user".
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Proxytunnel is a program that connects stdin and stdout to an origin server somewhere in the Internet through an industry standard HTTPS proxy. This will allow you for example to access SSH servers when you normally only have http(s) access. Please use our github page for the code and wiki/issues: https://github.com/proxytunnel/proxytunnel
    Downloads: 14 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 5
    tvpvrd - (TV Personal Video Recorder Daemon). A Unix server/daemon to make scheduled recordings of TV broadcasts using one or multiple Video capture cards with optional automatic transcoding (using ffmpeg)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Net Responsibility

    Net Responsibility

    Free Accountability Software

    Net Responsibility is intended to be a good open source accountability software for all major platforms. It's purpose is to prevent people from certain surfing habits by holding them accountable to others. This is done by logging all internet traffic and generating clear reports that are emailed regularly to one or more accountability partners by choice. Most users will probably want to go to our website, http://www.netresponsibility.com, where all needed information is found. This...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    DNS multiplexer. It redirect, send hostname labels, access or denied DNS packet by hostname.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ipv6-updater is an DynDNS client for IPv6. It works with http://www.dns6.org and other website based on proutdns (http://www.prout.be/ProutDNS/)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Drivers and tools to support ATM networking under Linux. Eventually this will also include support for some types of DSL modems.
    Leader badge
    Downloads: 51,692 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 10
    Sqlcached is a memory cache daemon, inspired by memcached, but offering more granular control by using SQL interface instead of key-value pairs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    RemoteRoot

    Web based management tool for unixes

    Remote Root is an enterprise-class central management tool for Linux, which enables centralized configuration management of a large amount of network connected Linux-based computers (hosts) in a modular form. It is an open source software system relying on operation of traditional operating systems, so it is capable of managing numerous free and commercial Linux distributions or even not Linux-like systems (such as Solaris, HP-UX, FreeBSD, OpenBSD). It can manage every system on which the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TxEngine is an embedded controller engine designed to allow one to make supervision & control program that fit in embedded systems. Include a modular design with native support for Modbus RTU, timers, threads, linked lists
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Multicast DNS responder daemon written in C++ for Linux/BSD/Windows. This is a wrapper around Apple\'s mDNSResponder source to enable it to deal with multiple clients making it more like the mDNSResponder for OS X. Think Rendezvous(TM) for the rest of us
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Campagnol is a decentralized VPN over UDP tunneling. It uses UDP hole punching to open connections through NAT/firewall and OpenSSL's DTLSv1 implementation for mutual authentication and encryption.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    QuickServer is an open source Java library/framework for quick creation of robust and multi-threaded, multi-client TCP server applications. With QuickServer one can just concentrate on just the application logic/protocol on hand.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    hwmonitor

    Show server load-average chart and run pre-define command remotely

    I'm a HW Support and used cacti, zabbix, but they are too "strong", sometimes I just want to know server "worked fine", and show me a basicly load-average chart, that's enough. And the other hand, I need run command (like: "top", "iostat", "date" etc.) remotely and show it out to the webpage. The hwmonitor(writen in C) is a simple daemon, you can define some command-name(like: show_top= top -b -n1), telnet to this daemon and input your def-command(like: show_top), hwmonitor will return the info. And hwclient(include in this project, writen in C) connect to hwmonitor, input a define command-name to get server load-average and IO-idle each 60 seconds(you can change it) into a text file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    java loadbalancer

    A simple loadbalancer written in java

    This project is about to give you a simple (but powerful) loadbalancer written in JAVA. "The performance of a Java based load balancer may never match that of a well written load balancer in C/C++, but as teh platform is evolves further, it can only get better." (from http://javalb.sourceforge.net/) My project is a mutch more simple way to have a TCP loadbalancer. It has a hard coded round robin (tictoc) algorythm, and (right now) limited to 2 realservers (it will change in the future)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Delay Tolerant Networking reference implementation and related projects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    A utility to automatically shutdown a networked computer when no longer required. It is meant for use on systems that are run headless. It scans the network for defined devices and if none are found after a defined time the computer is shut down
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HTTP Replicator is a general purpose caching proxy server written in python. It reduces bandwidth by merging concurrent downloads and building a local 'replicated' file hierarchy, similar to wget -r. The cache is also accessible through a web interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    irctunnel is a command-line daemon, written in C++, which allows users to tunnel TCP connections through IRC server. It makes possible to connect two computers behind NAT, because actual connection is done through the IRC server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jkaptive

    jkaptive

    A simple captive portal

    Jkaptive is a simple captive portal without RADIUS and thus, without total security, but at the same time. without too much hassle. The reason behind this is because a lot of site administrators don't need tight security - their site is just a café which offers free internet access on an unsecured WLAN access point connected to the internet and they need a ticketing system to make it cumbersome for average people to use this offering without actually buying a single coffee. Jkaptive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Intrusion Block (IBlock) is a small Linux daemon which greps the alertfile of an IDS such as Snort or Suricata and blocks the offender hosts for a given amount of time using iptables.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    SconeServer
    SconeServer is a modular, object-orientated and extremely versatile network server framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Dirt

    Dirt

    An IRC proxy to add chat encryption to IRC clients

    Dirt is a multi-platform IRC proxy that adds FiSH-compatible chat encryption (including DH1080 key exchanges) to any IRC client. It can be used as a SOCKS proxy or as a simple bouncer. For security reasons, only localhost connections are allowed.
    Downloads: 4 This Week
    Last Update:
    See Project