Showing 23 open source projects for "tcp server commandline"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • 1
    libhv

    libhv

    Network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client

    Like libevent, libev, and libuv, libhv provides event loop with non-blocking IO and timer, but simpler api and richer protocols. Cross-platform (Linux, Windows, MacOS, BSD, Solaris, Android, iOS) High-performance EventLoop (IO, timer, idle, custom) TCP/UDP client/server/proxy. TCP supports heartbeat, reconnect, upstream, MultiThread-safe write and close, etc. Built-in common unpacking modes (FixedLength, Delimiter, LengthField) RUDP support: WITH_KCP. SSL/TLS support: (via WITH_OPENSSL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    gSOAP Toolkit

    gSOAP Toolkit

    Development toolkit for Web Services and XML data bindings for C & C++

    The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. Easy-to-use code-generator tools allow you to directly integrate XML data in C and C++. Serializes native application data in XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler, Web server integration with Apache module and IIS extension, high-performance XML processing with schema validation, fast MIME/MTOM streaming...
    Leader badge
    Downloads: 387 This Week
    Last Update:
    See Project
  • 3
    ChibiOS/RT free embedded RTOS
    ChibiOS/RT is a free and efficient RTOS designed for deeply embedded applications. It offers a comprehensive set of kernel primitives and supports many architectures: ARM7, Cortex-M0, Cortex-M3, Cortex-M4, PowerPC e200z, STM8, AVR, MSP430, ColdFire, H8S, x86.
    Leader badge
    Downloads: 245 This Week
    Last Update:
    See Project
  • 4
    FACIL.IO

    FACIL.IO

    Your high performance web application C framework

    facil.io is an evented Network library written in C. facil.io provides high performance TCP/IP network services by using an evented design that was tested to provide an easy solution to the C10K problem. facil.io includes a mini-framework for Web Applications, with a fast HTTP / WebSocket server, integrated Pub/Sub, optional Redis connectivity, easy JSON handling, Mustache template rendering and more nifty tidbits. facil.io powers the HTTP/Websockets Ruby Iodine server and it can easily power...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Meaningful, free employee award system for your team. Icon
    Meaningful, free employee award system for your team.

    For companies looking for an employee peer award system.

    Accolader focuses on employee awards, not rewards. Peer recognition for a job well done is more meaningful than a small monetary reward. Accolader surfaces these achievements in a fun, easy to use lightweight tool that is easy to integrate and free to use.
  • 5
    Linux Sockets Library

    Linux Sockets Library

    Convenience sockets library for GNU/Linux

    libsockets - convenience sockets library for Linux. Takes care of all needed repetitive low-level initialization and allows you to quickly create the following types of sockets: * TCP server * TCP client * UDP unicast producer * UDP unicast consumer * UDP multicast producer * UDP multicast consumer * CAN socket CLI programs for UDP operation: * broadcast-hear - tests for incoming unicast/multicast traffic; * broadcast-roar - continuously sends arbitrary unicast/multicast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BAIK Scripting Language

    BAIK Scripting Language

    Bahasa Komputer berejaan Indonesia

    BAIK is a scripting language which syntax is in Indonesian for Windows, iOS, Android and Linux. BAIK runs on Server, Desktop, Laptop, Mobile gadget and Embedded Computer IoT. It supports basic text input output, Animation, PDF, UTF8, Printer, simple OOP, GUI, CGI, Databases, Graphics and TCP/IP. "BAIK adalah bahasa komputer dalam bahasa Indonesia"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    uniclient

    An universal TCP client.

    Uniclient is an universal TCP client. It connects to a TCP server and executes an Aime program against the server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    DBD2

    A multi-threaded, multi-database tcp-based database insertion app.

    DBD2 inserts database records from TCP input. It is a companion project to Syslgod2 and an application in its own right. It ships with a backgrounding client for generic use. The client sends whatever information the user puts on the command-line to the back-end daemon via TCP. Upon successful transmission, the client exits. On failure, it backs off and retries until its life-time timer expires. The back-end daemon accepts data from Syslogd2 or its own client and inserts that data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EZ Project

    EZ Project

    Softwares making our work easier

    EZComm (EZ Comm) is still maintened, hosted on https://gitlab.com/bon-ami/ezcomm You can use it as either a client or a server for TCP/UDP text messages EZOutput has migrated to https://gitlab.com/bon-ami/ezoutput
    Downloads: 0 This Week
    Last Update:
    See Project
  • LMS and Performance Platform | Bridge Icon
    LMS and Performance Platform | Bridge

    Employee Development and Training Made Easy

    Employee development is more critical than ever. With Bridge you can improve the performance of your people by aligning their skills to business goals, and developing growth plans where they may have gaps. Save time on manual HR processes, provide feedback to employees often, track goals and boost engagement.
  • 10
    TCPCopy

    TCPCopy

    An online request replication tool, also a tcp stream replay tool

    TCPCopy is a TCP stream replay tool to support real testing of Internet server applications. Although the real live flow is important for the test of Internet server applications, it is hard to simulate it as online environments are too complex. To support more realistic testing of Internet server applications, we develop a live flow reproduction tool - TCPCopy, which could generate the test workload that is similar to the production workload. Currently, TCPCopy has been widely used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    TCP Echo Client Server

    implementation based on the Richards Stevens book.

    Concurrent TCP/IP echo server and its client. The implementation is taken from Richards Stevens book. See W. Richard Stevens' Home Page http://www.kohala.com/start/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    simple C utils

    A small collection of C utilities working on POSIX/WIN32

    This is just some small utilities in C that I use and re-use in different projects. They are self-contained (except that most depend upon CUtils). It can compile and work on Linux and WIN32, most probably on any POSIX system, too. For now it contains: - CUtils: cstring, clist, "ini" files helper, tcp helpers, small XML parser - CNet: a simple message passing library for C - jCNet: a compatible CNet lib for Java - CSNet: a compatible CNet lib for C# - CPano: an equirectangular panorama...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    nano VM
    nano VM - a small virtual machine with compiler and assembler. features: file I/O, TCP/IP sockets, GUI & sound server, JIT-compiler (x86). platforms: Amiga 68k, AROS, Linux, Windows, Android
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    AP's Toolkit

    TCP/UDP Connections Pool manager with additional utility functions

    Connections pool / Connections array / Connections list / Connections set library. The library incorporates control mechanisms for managing multiple simultaneous TCP and UDP connections at the client or server side. Some additional utility functions available. The code is written in plain C to maximize compatibility and consists mainly of epoll-driven connections pool module. The intended usage is to periodically call state checking function(s) on pool(s) that will emit call-back events...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    BT-o-TCP

    Simulate Bluetooth connections over TCP/IP

    This project is used to simulate Bluetooth connections over TCP/IP. The server can run under Windows or Linux however Bluetooth devices can only be simulated on Linux for now. May be used to emulate Bluetooth connections between two virtual machines (e.g. VMware) running Linux. (The server would run on the host system in this case.)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    ► WORK IN PROGRESS ◄ A naval battle game in unix enviroment. This project is developed in C language and it uses the TCP/IP protocol for clients/server(multithread) communications. The users interactions are done by command line: there isn't any GUI
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Signal Visualizer is a client/server system that uses TCP/IP to display digital signals (DSP) graphically onto a remote server. The only requirements for the embedded system are : a physical IP interface and a C/C++ compiler that includes a socket API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Moved to new place: http://code.google.com/p/lltcpc/ Low Level TCP/IP Client (MS Winows). This is simple console application, for my study TCP/IP sockets under MS Windows OS. It send data to specified IP address and port of remote server, and wait respon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    easily and automatically build tcp-based or udp-based network protocol source code for client/server sides. pure platform independent c source code to make sure highly performance and windows,linux and unix platform are all supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TDFS-lis can be used both as TCP client and TCP server with IPv4 and IPv6 support. TDFS-lis is a general pourpose tool, usefull to test clients, servers and services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A tool to monitor and analyse data transmitted between clients and a server through a TCP connection. This tool focuses on the data stream (software layer), not on the lower level transmission protocol as packet sniffers do.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SimpleDomino is a Server for a Programming Competition from Schoolinux and Linux-dubai.com for School Students. It uses TCP/IP for Communications. (It's base on Linux but can port to Windows) You can start your own Competition or Help us to develop this P
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    BP-Sim

    BP-Sim

    EFT simulator

    ... transaction load up to 2000 TPS. BP-Sim HSM module provides an adequate TCP/IP simulation of the Thales Hardware Security Mod. BP-SeeEMV simulates the steps involved in an EMV transaction that take place in the EMV terminal and the Issuer Server (when conducted online). Module can process a transaction one step at a time in step-by-step mode or to certain break-point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next