Showing 78 open source projects for "ip"

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.
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 1
    OpenDDS

    OpenDDS

    OpenDDS is open source publish/subscribe middleware

    OpenDDS is an open source implementation of the Object Management Group (OMG) Data Distribution Service (DDS), providing a publish/subscribe middleware solution for real-time distributed systems. OpenDDS includes development and run-time tools. Full product information, source code, documentation, build instructions, and license information are available from http://www.opendds.org. Commercial consulting, support, and training for OpenDDS are available. OpenDDS is in production use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Autshumato MTWS

    Autshumato MTWS

    Autshumato Machine Translation Web Service

    ... systems. - Exposed API for all of the services. - Ability to log into the system using your Google or Facebook ID. - All requests are logged by IP. Licensed under the GNU GPL v3 (or later): http://www.gnu.org/licenses/gpl-3.0.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4

    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
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • 5
    JennyNet

    JennyNet

    Java Network Layer for Server/Client Communication

    Java Network Layer resting on TCP/IP for Client/Server or Peer-to-Peer Communication with high efficiency on multi-processor systems. Based on a multi-threaded architecture, enables parallel sending and receiving of Java objects and file transfers on multiple priority channels. Uses Kryo for object serialisation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FileServer

    FileServer

    Share files from a windows PC to any other network device

    Gives you the ability to share & manage files from your windows pc on another device(MAC,LINUX,ANDROID etc) in the same network without needing another application on the receiving(client) end, (the client uses the devices browser to download, or view/modify files). It contains an inbuilt http server hence no need for an application on the receivers end. The host turns on the application and the client opens the browser and types the ip address including the port ( the application...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Simple Server Objects "ssobjects" is a set of objects built for the purpose of server and client application development using TCP/IP sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    csmake

    csmake

    Cloud Service Make.

    To make the native application to support cloud service, csmake will genarate a client stub and the service application, it's similar with the webservice, COBAR, omniORB, SOAP, gsoap etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Messaging middleware for Service Oriented Architecture
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 10
    DtDNS Updater Client

    DtDNS Updater Client

    dtdns updater client, free java application

    Automatic IP updater (it works only when the IP was changed). The client was written in java and supports Windows, Mac, Linux GUI and Linux Terminal. It is a FREEWARE. Ubuntu autostart setting: bash -c "sleep 10 && /usr/bin/java -jar /PATH/dtdns_updater.jar"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    Napster Reloaded

    Napster Reloaded

    A simple lightweight music sharing system inspired by napster

    Inspired by napster it is a simple java swing application to share music files. How to use? Put mp3 files you want to share in the shared folder. Put server's ip address and connect. Search by title or artist and download chosen files. Downloaded songs will be in Downloaded folder. The same application can be used as server and client. Server must use 127.0.0.1 or other localhost ip address and click connect. Then clients can connect using server's ip address. Rest is limitless...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    NetworkService

    Networking framework for Java applications

    NetworkService is a Java network API that simplifies development of LAN-based applications. It allows programmer to build locatable, state-monitorable software modules and exchange data between them in a peer-to-peer fashion. These modules can be given 'meaningful' names (Tom, FileServer1, Printer2..etc) instead of static IP address. NetworkService's project also provides SawaTalk - a server-less chat application (bundled with the final version of NetworkService ). SawaTalk has...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Media Tester Is Multicast Monitoring Tool, This project used to Monitor Multicast Streams. This software designed specially for IP-TV projects, to monitor the channels streams, MPEG2 or MPEG4 .. Also for any multicast streams ( boot cast, updates, splash
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    File Share Utility

    This is java based file sharing system between LAN with WiFi or Lan

    A java based application that enhances speed of sending file by almost 20%. Without sharing file you can send any type and any sized file over network just drop files you want to add and give IP address and thats it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    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: 1 This Week
    Last Update:
    See Project
  • 17
    O'Packet Platform is a platform which aims to offer a tool that users could operate network packet (Ethernet, IP, TCP, UDP, SCTP, RTP... ) and application packet like audio/vieo packet and DTMF packet ( 2833), which refered to all rfc protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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
  • 19
    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
  • 20
    Boreas Publish - Subscribe API

    Boreas Publish - Subscribe API

    IP Multicast Reliable Publish - Subscribe API (Java and Linux C++)

    The Boreas simple, pragmatic publish - subscribe API is a library allowing application to publish and subscribe data using IP multicast. Major features are; true one-to-many distribution(IP multicast), guarantee delivery, subject and multicast group filtering, focus on low latency and high througput The API is available on Java platforms and on Linux as a shared C++ library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a project to provide anonymous (although highly inefficient) IP networking It utilises public key cryptography to identify and communicate with nodes, and uses mechanisms to thwart traffic analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    iplist is a list based packet handler which uses the netfilter netlink-queue library (kernel 2.6.14 or later). It filters by IP-address and is optimized for thousands of IP-address ranges.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    Siptest is a set of utilities for checking a computers access to a sip ip-telephony server thru firewalls and gateways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    Turtle
    Very lite and easy-to-use LAN file sharing software. Using Turtle you can send/receive files in a LAN network to/from any machine which you know the IP address or DNS name. Turtle imitates Blutooth file sharing pattern in mobile phones.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next