Showing 30 open source projects for "tcp/ip"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 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: 0 This Week
    Last Update:
    See Project
  • 2
    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: 1 This Week
    Last Update:
    See Project
  • 3

    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
  • 4
    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
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    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
  • 6

    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
  • 7

    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: 1 This Week
    Last Update:
    See Project
  • 8

    Java LAN Messenger

    a java based LAN messenger

    a java based LAN messenger CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JavaBot IRC

    JavaBot IRC

    JavaBot allows people to easily implement their own IRC bots.

    JavaBot is a project for people to easily implement their own IRC bots. Java, being an easy language to learn and program, is well known among a lot of people. By implementing this project in Java, it allows programmers from all over the world to implement their own IRC bots without much effort and quickly. Although not as quick as other services, these bots are fully customizable due to their open source nature. Multithreading support may come, but there is no promise that it will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    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
  • 11
    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
  • 12
    This Is a IP messenger. instant messenger for internal communications. To run this project java1.6.0 or higher required. I am discontinuing here. I have hosted my code on http://code.google.com/p/ip-messenger/ and will continue there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A java-based Chat for local networks. It uses the IP of a computer to identify the users
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    P2PChat is a instant messenger based on Java, JavaFX and direct IP connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Magic:The Gathering over LAN or Internet, alone or against another player (need IP of your opponent). The program is the judge : you play with the true rules. Firemox can also emulate another TBS. Written in Java, works on Mac, Windows and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a network based text search tool. The Network part consists of Client and Server side .class files. The text search algorithm has been implemented in C. On client side type SearchClient ip(server) string
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a plugin for Wildfire XMPP server. The IP plugin enables Jabber clients to use IQ for retrieving IP address of a client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenIM is a instant messenger system utilising the XMPP (Internet-standard communication protocol) and is built on the Java platform. It supports many popular systems (MSN, ICQ, AIM, Jabber, Google Talk etc.) and supports Voice (and Video) Over IP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java chat classes (application and applet) using TCP sockets (client-server source files)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Small Telnet Chat (STC) A Chatserver to which you can connect via a telnet client. Provides logging, automatic kicking and IP blocking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    The aim of Howdy is to provide a simple, easy-to-use method of text-based communication over TCP/IP through a simple graphical user interface. Both the server and the client are small and run on all platforms supporting Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A CrossPlattform Instant Messenger written in Java, brings its own small Server and allows people to communicate in a LAN with static IP-Adresses. Current release has support for ICQ and AIM, more will follow. Want to contribute? Mailto project admin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Fr: JavaChatter est un logiciel progammé en Java, il est (ou plutot seras) conçu pour permmetre le chat et le transfert de fichier entre 2 postes. La connection se fait par IP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next