Showing 109 open source projects for "tcp api"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    OpenRemote

    OpenRemote

    Open Source for Internet of Things

    An Open Community in the Home Automation and Domotics space. We believe an Open Source approach can revolutionize the way people create, install, and maintain software in the industry. Our panel technology integrates with your favorite protocol and runtime hardware through Open Source software. We open up the front-end and support a unified panel and visual programming model. An installer can pick and choose hardware products from different vendors and still present one panel UI to the...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Parallec

    Parallec

    Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library

    Fast parallel async HTTP/SSH/TCP/UDP/Ping client java library on Akka. Aggregate 100,000 APIs & send results anywhere in 20 lines of code. View production use cases. Ping or HTTP calls 8000 servers with responses aggregated in 12 seconds. Parallec means Parallel Client (pronounced as "para-like"). Open Source from eBay Cloud. A convenient response context passes any object you need when handling a response. Process data anyway and send it anywhere. Intuitive builder pattern APIs make parallel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    TCP Gateway Tool

    Proxy client requests to backend server

    TcpGate is a proxy server that proxies client requests to backend server. You can debug the messages send between clients and server. The server also maintains blacklist and whitelist IP addresses so only authorized clients can connect to the proxy.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    UI for Docker

    UI for Docker

    A web interface for Docker, formerly known as DockerUI

    Containers UI For Docker is a web interface for the Docker Remote API. The goal is to provide a pure client-side implementation so it is effortless to connect and manage docker. Bind mounting the Unix socket into the UI For Docker container is much more secure than exposing your docker daemon over TCP. The privileged flag is required for hosts using SELinux. You should still secure your UI For Docker instance behind some type of auth. UI For Docker listens on port 9000 by default. If you run UI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • 5
    Desktop Java Pinger

    Desktop Java Pinger

    Free portable cross-platform graphical multi pinger, 100%-pure java

    DJP - free portable cross-platform desktop graphical multi pinger, 100%-pure java. Local and remote (to syslog-server) logging support. At first DJP use ICMP for ping, if it is unavailable, it tries to check hosts with TCP/echo. Use standart OS ICMP packet-size - Linux=64 bytes, Windows=32 bytes. In addition to local-log also present syslog-server support: then any host down, DJP write message to local log and can send message to syslog-server. TCP port scaner and Telnet connection to host...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    aktrs

    aktrs

    Java actor library

    aktrs (pr: actors) is a Java application library implementing the Actor Model. It provides remote actors through TCP sockets (and SSL sockets), actor profiling, a Console and tunable logging. It's API is easy to use and its core is written in few lines of source code. aktrs requires Java version 1.5 or newer, has no additional dependencies and can be packaged into any application according to its GNU Lesser General Public License. Anyone is free to contribute with changes and redistribute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Messaging middleware for Service Oriented Architecture
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    AsioExpress

    Application framework for the boost asio library.

    ... and it tries not to limit access to any features. Features include: robust error handling, TCP client/server API, IPC client/server API, synchronization primitives, extended timer support, async logging, internal services, and coroutine support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OntologyManager

    OntologyManager

    Ontology-Manager ist ein Ontologisches Anwendungssystem

    Ontology-Manager ist ein ontologisches Anwendungssystem, das heißt es ist ein Anwendungssystem, welches aus einer ontologischen Datenbank (NoSQL-Datenbank mit ontologischem Datenmodell) und einer wachsenden Modulsammlung besteht. Die Module dienen zur interaktiven und automatisierten Arbeit mit den ontologischen Daten.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ContractSafe: Contract Management Software Icon
    ContractSafe: Contract Management Software

    Take Control Of Your Contracts Without Wrecking The Budget

    Ditch those spreadsheets, shared drives & crazy-expensive solutions with too many bells & whistles. ContractSafe offers the simplest way to manage your contracts efficiently without breaking the bank.
  • 10
    TOYVision

    TOYVision

    Toolkit for the easy prototyping of hybrid games for Tabletop Devices

    ... by the player) and active (carried out by the computer through the Arduino microcontroller) Any programming language can be used to develop games with toyvision, provided by implementing a TCP-IP socket. Moreover, Proccesing API and finished samples are already provided in this project. ToyVision is based on the Reactivision framework. More info: www.toyvision.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ADEN

    A free high-performance alternative to TCP sockets

    ADEN is a free, open-source API that offers a high-performance, UDP-based alternative to TCP sockets for : 1- Low data-volume applications. 2- Bulk transfer over a LAN. . Check included examples to see how easy to build robust client-server applications with ADEN API. If you are using ADEN in your application please support ADEN project by mentioning that somewhere in your application UI / project page and add a link to this page. Read my blog articles for more info. : http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    WebSocketListener

    WebSocketListener

    A lightweight and scalable asynchronous WebSocket listener

    The WebSocketListener class provides simple methods that listen for and accept incoming WebSocket connection requests asynchronously. It is a lightweight listener with an API very similar to the System.Net.TcpListener class. It does not use the Microsoft's System.Net.WebSockets namespace. WebSocketListener has been designed to provide WebSocket connectivity to other applications, in the same way that System.Net.TcpListener provides TCP connectivity. It is not a communication framework on its...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Open GPS Tracking System

    Open GPS Tracking System

    Open GPS Tracking System

    Thank you for using OGTS! Open GPS Tracking System is an alternative to OpenGTS with a user friendly GUI and easy installation. OGTS is written entirely with Java/JEE/JPA/SWING, currently, it supports French language. The communication between the GPS and server is made by plain text messages(TCP) and it follows the NMEA protocol. Currently OGTS supports only TK-103 protocol, if your GPS doest support TK-103 protocol please send me the GPS reference I'll add it for you. Please...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NOTE: Project has moved to github, including file downloads. SharpPcap is a cross-platform packet capture framework for the .NET environment, based on the famous pcap / WinPcap libraries. It provides an API for capturing, injecting, analyzing and building packets using any .NET language such as C# and VB.NET.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 15

    Book Manager

    This is a Java code Book Manager.

    This is a Java code Book Manager. Use Database(Support is tree below,we will suppord more.#is in codeing) MySQL 5 Microsoft SQL Server 2000~2012(Please open TCP) #YAML File #SQLite Database #JSON File
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    TcpChannel

    A simple, non-blocking, NIO-based, TCP socket API for Java

    TcpChannel is a simple, small API to allow processes to communicate using TCP sockets based on NIO implementations. The API presents the communication between processes using an observer pattern for handling received messages and an asynchronous send method for sending. Generally, writing NIO socket handling is non-trivial. TcpChannel exists to let Java developers write processes that communicate with each other using a simple send and receive pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Destro Bunny

    Destro Bunny

    Destro Bunny unique top-down shooter for the latest Windows Platforms

    Destro Bunny is a game made with Visual Studio's XNA 4.0 platform. It uses MySql databases for user verification and a tcp network for server client networking for multiplayer. The game is about a bunny who is tired of being kicked out of the local gardens by other animals. Luckily, he is an evil genius bunny who develops a gravity-like device to grab the carrots in the gardens and use them for his benefit. He uses them to kill the other enemies and to defend from enemy projectiles. If he...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DENRIT

    DENRIT

    Perform anonymous and non-anonymous pentesting.

    DENRIT allows remote administration of anonymous networks (TOR, I2P and FreeNet). Also, contains a pentesting module to execute commands using a selected anonymous network, pentesting with TOR or TCP Follows a client/server model with well-defined communication interfaces. SSH is used to allow remote clients to access the machine and manage any anonymous network that is installed there, plus allows penetration testing anonymously (or non-anonymously) using tools such as Metasploit Framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Limph Is Monitoring Pingable Hosts. Written in PHP(multi-DB) for portability, Limph provides ICMP, UDP, TCP and agent checks of grouped network hosts with email notification. Limph is completely web-configurable, an advantage over similar applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    JS SmartM3 KP API

    javascript API for SmartM3

    Porting of the SmartM3 Triple Space's KP on JavaScript. Due to limitations on JS connectivity a "WebSocket to TCP" relay has been developed in order to enable JavaScript KP to communicato with a SmartM3 SIB. Relay is based on jWebSocketServer. User manual currently only in italian :(
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Sockets++

    C++ Sockets Made Easy

    Sockets++ is a C++ Socket API which makes socket programming easier and more effective by taking the hard-to-use Winsock library off your shoulders. Sockets++ is easy to use and can allow you to focus on the big things rather than the low-level plumbing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Tcp/Ip API Wrapper

    TCP/IP API (SSL Encryption, ZLIB Compression)

    TCP/IP connectivity warpped in an API extended to provide the following major features: SSL Encryption, ZLIB compression, packet oriented mode rather stream oriented mode. Asynchrounous. One liner to declare server or connect to server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    IDENT (RFC-1413) Server for Windows XP and 2003. This ident server can be installed as a service or run from commandline. It uses XP IP helper API to locate process that initiated tcp connection, therefore it works well in multiuser environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    RedMQ

    Simple, flexible messaging with Redis.

    RedMQ is a Redis-based messaging system that is specifically designed to support flexible messaging schemes, exposing an API that allows messages to be filtered by a number of message attributes. At its core is a Python TCP server built on Asynchronous Messaging Protocol and Twisted's AMP module. This means RedMQ can support clients in any language, though only two clients - PHP and Python - have been implemented to date. The API is designed with flexibility in mind, providing native support...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Java Network Packet Analyzer(Jnap)

    Java Packet Analyzer (For ICMP,ARP,IP,TCP using JPCAP)

    Java Packet Analyzer (For ICMP,ARP,IP,TCP using JPCAP)............ This will install winpcap and jpcap............. This Software is used for network traffic capture. This is like winpcap but made on java with java packet library........jpcap feedback option of this software can send mail to me for any query using smtp client mail api.
    Downloads: 0 This Week
    Last Update:
    See Project