11 programs for "tcp server commandline" with 2 filters applied:

  • AI Reverse Image Search Icon
    AI Reverse Image Search

    Explore billions of images from all around the web.

    Lenso.ai is a perfect example of an AI image search tool, where you can simply search for images that you are most interested in. Thanks to advanced AI technology implemented on lenso.ai, you can easily start searching for places, people, duplicates, related or similar images.
  • Transform the complexities of your clinical trial in a much simpler process. Icon
    Create, in a few hours, an eCRF that is as easy to use as a paper one, and avoid the biggest headaches in data collection in Pre-authorisation and Post-authorisation studies of your medical device. Incorporate an EDC that is highly flexible when creating the eCRF, this will allow you to meet the needs of any kind of study. Save tons of time in the management and monitoring of the study with the management and monitoring tools included in the EDC. Use a validated system with all the security guarantees that give trust to the sponsor and allow the collection of quality data. Don’t wait until the analysis phase to discover mistakes in the data or you will end up chasing down investigators to correct them. Prevent the process of creation of an eCRF from being long and complex.
  • 1
    Brynet

    Brynet

    A Header-Only cross-platform C++ TCP network library

    Header Only Cross-platform high-performance TCP network library using C++ 11. The server uses two network threads and one logic thread, the client uses one network (also process logic) thread. Every packet size is 46 bytes. Every packet contains the client's id. Server broadcast packets to all clients when recv one packet from any client. The client sends one packet when recv packet from the server and the packet's id is equal self.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    RSocket

    RSocket

    Java implementation of RSocket

    Application protocol providing Reactive Streams semantics. RSocket provides a protocol for Reactive Streams semantics between client-server, and server-server communication. RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron. RSocket is intended to be consumed via one of the various implementation libraries which implement the RSocket Protocol. By default to make RSocket easier to use it copies the incoming Payload. Copying the payload comes...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    CppServer

    CppServer

    Fast and low latency asynchronous socket server & client C++ library

    Ultra-fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols, and 10K connections problem solution. Cross platform (Linux, MacOS, Windows) Asynchronous communication. Supported CPU scalability designs: IO service per thread, thread pool. Supported transport protocols: TCP, SSL, UDP, UDP multicast. Supported Web protocols: HTTP, HTTPS, WebSocket, WebSocket secure. Supported Swagger OpenAPI iterative documentation...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    rsocket-kotlin

    rsocket-kotlin

    RSocket Kotlin multi-platform implementation

    RSocket provides a protocol for Reactive Streams semantics between client-server, and server-server communication. RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron. RSocket is intended to be consumed via one of the various implementation libraries which implement the RSocket Protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Terranova Security Awareness Platform Icon
    Terranova Security Awareness Platform

    For businesses looking for a powerful Security Awareness Training solution

    Avoid data breaches with customizable, affordable cyber security awareness training solutions.
  • 5
    Simple components for Ada

    Simple components for Ada

    A software components library

    The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, B-trees, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix expression parsing tools. Implementations...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    eBus

    Publish/Subscribe, Request/Reply Messaging API for Java.

    A Java middleware API supporting broker-less, type+topic-based publish/subscribe and request/reply messaging for both intra- and inter-application, object-level communication. Broker-less: messages are transmitted directly between eBus applications. There is no message broker (i.e. server) in between. Type+topic addressing: eBus clients subscribe to a message class (type) and message topic, providing stronger typing than just topic-based subscriptions. Object-level communication: eBus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PIP

    Useful crossplatform library for distributed systems

    Platform-Independent Primitives. Contain string, thread, timer, file, config file, serial port, ethernet (UDP, TCP, broadcast, multicast), protocol, multiprotocol, peer, console, variable, struct, evaluator, system monitor (Linux only), CLI (command-line interface) parser. Package include library that you can build with 'qmake' or 'CMake' and test program in 'main.cpp'. Online documentation: http://ppip.sourceforge.net/doc/
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    libqtcp

    Library that provides communication over a network

    The project is based on Qt framework. It wraps the capabilities related to networking in simple to use, service based server and client configurations. The library starts with the tcp protocol as it is implemented in the QtNetwork module[1] and creates two top level managing structures: a client and a server. Both support multiple connections that may or may not be encrypted. On top of this basic framework we implement the service support. Any server may host any number of services...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grow Your Business with Leap Icon
    Grow Your Business with Leap

    For Roofing, Remodeling, Construction, and Home Improvement Companies looking to perfect their processes and scale their businesses!

    With Leap and SalesPro, our two signature software products, you can supercharge your organization with a digital process that reflects how your home improvement business sells and works. Leap helps you efficiently manage every lead, schedule every appointment, and create error-free estimates. You can also get accurate measurements, order materials, schedule your production, manage subcontractors and complete each job on schedule. When it’s time to complete the job, you can produce actionable reports, maintain your margins, and collect payments with simple online invoicing and payment processing. Leap also integrates with many of the industry-leading tools you already use, such as Quickbooks, CompanyCam, Angi, EagleView, and SRS Roof Hub. Plus, you can optimize your entire operations and access Leap’s industry-leading software on the go, whether you’re in the office, in the field, or at home on desktop, tablet, or mobile device.
  • 10
    POCO C++ Libraries

    POCO C++ Libraries

    Cross-platform C++ libraries with a network/internet focus.

    NOTE: Current source code as well as bugs/patches are on GitHub: https://github.com/pocoproject/poco/ C++ class libraries for network-centric, portable applications, integrated perfectly with the C++ Standard Library. Includes network protocols (Sockets, HTTP, FTP, SMTP, POP3, etc.), SQL database access and XML parsing. Licensed under Boost license.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    ConsoleFx Commandline Processing Library

    ConsoleFx Commandline Processing Library

    Command-line application library

    ConsoleFx is an .NET framework for easily developing command-line interface (CLI) applications. It automates most of the work involved in creating a CLI application, like command line argument parsing, error handling and validations. ConsoleFx supports both fluent and declarative (using attributes) programming models. With ConsoleFx, you can say goodbye to lengthy cumbersome code to parse your command-line arguments. For detailed documentation, with getting started guides, advanced...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next