Showing 44 open source projects for "tcp udp linux"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

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

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
  • 1
    Apache RocketMQ

    Apache RocketMQ

    Distributed messaging and streaming platform with low latency

    Apache RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability. Messaging patterns including publish/subscribe, request/reply and streaming. Financial grade transactional message. Built-in fault tolerance and high availability configuration options base on DLedger. A variety of cross language clients, such as Java, C/C++, Python, Go. Pluggable transport protocols, such as TCP, SSL, AIO. Built...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    NSQ

    NSQ

    A realtime distributed messaging platform

    ... are many other community-supported libraries. Binary releases are published for Linux, freebsd, darwin and Windows as well as an official Docker image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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: 460 This Week
    Last Update:
    See Project
  • 4
    GoldBug - Encrypted Communications

    GoldBug - Encrypted Communications

    Chat Messenger. E-Mail-Client. Websearch. Filetransfer.

    GoldBug is a decentralized & secure communication suite that offers an integrated e-mail client, an instant messenger & a file transfer. Also included is an URL-RSS-DB & a p2p web search. Current vers. w/ McEliece Algorithm. GoldBug has been 2013 - 2023 ten years just another Graphical User Interface of the Spot-On Encryption Suite. Main GUI features: Minimal & colorful Interface with Tabs in the East. Microsoft & Qt MinGW deprecated Win32 & for Compiling: ●...
    Downloads: 7 This Week
    Last Update:
    See Project
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 5
    IP-Chat

    IP-Chat

    UDP based desktop chatting app which supports AES-256 bit encryption.

    Simple Encrypted chat application built with Java. It uses AES-256 bit block cipher algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Simple Client Server Chat Example

    An example of a simple chat system

    This project is a demonstration example on multi-threading programming in Java (old school) and network programming (String exchanges over network). The multi-threading part aims to show how to avoid blocking methods by putting them in separate thread, therefor, the ExecutorService was not used. Two Runnable interfaces are available in the server and the client to show how the dialog is managed. The Socket part aims to show how simple communication using TCP/IP are quite simple. The system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    UIChat

    UIChat

    AX.25 UI based chat application

    Version 2.0 users should be at Java 1.7 or newer. An AX.25 UI based chat application, which allows the use of any modem type with KISS connectivity, including the famous FLDIGI!! UIChat is patterned after the FSQCall application and provides automated responses based on action characters included in the text of the UI frame. Both a Bash shell version and a Java gui version are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a chat system composed of a TCP/IP server daemon and its corresponding java client. You can chat with other peers in clear text or AES password-based encryption on your own computer network. The AES encryption and decryption is based on 128 bit key which is reached by padding the resulting SHA256 from your provided password. Simply put, SHA is a checksum that change when a single bit change. When you send a message with a password field, the resulting password checksum is cut at 128...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ChatSystemINSA

    Java app for local peer-to-peer communication

    During the COO-POO course, we are developing a chat application using Java. The main goals are enhancing our knowledge of Object-Oriented Design & Programming, Java the language and the eco-system, UDP/TCP transport protocols , and discover challenges and techniques of developing standalone peer-to-peer application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 10

    UDP Chat

    Network text chat (instant message) app requiring zero configuration

    Text chat between computers on the same Local Area Network, requiring absolutely no setup or configuration. No server preparation or IP address information is required. Just start the program on any connected machine. Because this script uses UDP, anyone who runs it on a local network will automatically receive messages broadcast by others on the same network. A separate server program and/or connection(s) to specific IP addresses are NOT required. A "who's online" function is included...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    TCP Java Games

    A program to play games through a server with other users.

    TCP Java Games is a project aimed at creating a server to which users can connect and play games with each other. At the moment, only checkers exists but the project will be expanded to include other games as well. The project consists of a server which hosts the games and which each user connects to, and a client which connects to the server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Control vibrating motors and force feedback devices attached to your computer with GUI to control your own devices or interact with other users over the Internet (via IRC, Jabber, or direct TCP connections), includes support for Nexuiz game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NiMC provides an Instant Messaging server and client that runs on a custom protocol that is implemented in python. The project was written as a learning experiment by its author, to get experience with TCP/IP. Great example of how to do TCP/IP wrong
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    UDP Java Chat
    This is a simple Java Chat that uses the UDP Protocol. You can send messages, use emoticons(beta) and also send files to online users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JIM is a cross-platform instant messenger. Based on TCP/IP protocol. Supports conferencing as well as private messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QtPopup is a modern messenger written with Qt4. It supports only one protocol: communication with computers on a local subnet, using the Netbios protocol over UDP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    NightTalk is a multi-user chat program. It implements a Client-Server architecture that is designed to be flexible. Using a basic chat protocol built on the reliable stream orientated TCP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    IM,WebIM and Sip voip tool. Client is Win32, Server is CentOS 5. support video,audio, file trans, sip call.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ethernet chat compatible with popular Lanchat Pro ( UDP chat to talk in local network). Uses gtk+ and gettext.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Asynchronous networking framework for GNUstep and Mac OS X. Has built-in support for line-based protocols, IRC, and raw TCP/IP streams.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Java chat classes (application and applet) using TCP sockets (client-server source files)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Chatting Zone (TCZ) is an advanced, user-friendly multi-user environment for social (Chat) or gaming (Adventure) purposes either privately over any network supporting TCP/IP, or publicly over the Internet. It is based on TinyMUD and UglyMUG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Island is a Serverless LAN Based Instant Messaging Tool that reaches anyone in the same subnet by using TCP/IP broadcast notifications. There is no need to add contacts since all of them are there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Chat server software compatible with the NILEX-line of talkers. The talker works over standard TCP - so any telnet client is automatically a suitable NChant client. The project is written in C# v2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FastChat is a small and easy to use chat program in the local network. It works with the udp-protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next