Showing 281 open source projects for "tcp udp linux"

View related business solutions
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
    Learn More
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
    Learn More
  • 1
    This project implements a simple STUN server and client on Windows, Linux, and Solaris. The STUN protocol (Simple Traversal of UDP through NATs) is described in the IETF RFC 3489, available at http://www.ietf.org/rfc/rfc3489.txt
    Downloads: 69 This Week
    Last Update:
    See Project
  • 2
    tcp2udp

    tcp2udp

    Serve a local or remote UDP port using a local TCP port

    tcp_udp is made to connect to a local or remote UDP port and serve it using a local TCP port, while bridging all the traffic (full-duplex).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    simple line command tool send several trames over TCP lan in AF_INET SOCK_STREAM and return elapsed times. usage: (pytestlan) ser IP PORT usage: (pytestlan) cli IP PORT nb_of_loop data_size example server: python pytestlan.py ser localhost 50000 example server: pytestlan.pyc ser 192.168.0.37 50000 example client (windows): pytestlan.exe cli 192.168.0.12 50000 1000 100 tested on linux, WinXP, Win7 Seven, 2008 Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gsg.networks

    gsg.networks

    A simple native java network library

    A simple native java network library containing ftp, smtp and port knocking clients. Designed to be easily extended or customized this library will adapt smoothly in any java project
    Downloads: 0 This Week
    Last Update:
    See Project
  • Make Recruiting and Onboarding Easy Icon
    Make Recruiting and Onboarding Easy

    Simple, easy-to-use applicant tracking and employee Onboarding system for any sized organization.

    Take away the pain and hassle associated with applicant recruitment, hiring, and onboarding with ApplicantStack. Designed for HR professionals and recruiters, ApplicantStack helps streamline the recruiting and onboarding processes to improve productivity and reduce costs. ApplicantStack provides a complete toolkit that includes tools for posting, launching, and advertising jobs, assessing and managing candidates, collaborating with teams, centralizing information for quick hiring and onboarding, and more.
    Learn More
  • 5
    Proxpy is a TCP proxy and debugging tool. It runs on Windows, Linux, Unix and any other system that supports java. Uses are for debugging TCP communications, tunneling over SSL, converting SSL to non-SSL, forwarding traffic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    p2pft

    Send and Receive File using a PIN

    This is a Client and Server TCP / IP Peer 2 Peer File Transfer Protocol System. The user request the server to store a file transfer request through a PIN. The receiver resquest the server to the sender to send his file once the PIN of the sender is the same PIN of the receiver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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
  • 9
    A modbus IP-to-serial gateway that supports TCP and UDP from the network side, and modbus serial on the other side. Written for linux, can be compiled on FreeBSD and works with minimal changes. Entirely in C, pretty small and fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
    Learn More
  • 10

    MRelay

    Host to Host Network Acceleration and Encryption

    MRelay splits and distributes the traffic of a single TCP connection to several connections and merges the data at the other end. Using this approach, it is possible to achieve high throughput between two points on the network regardless of the delay between two points. MRelay can optionally encrypt the data and exchange some http headers before the relay process to make the traffic look like a regular http file download. This can be used to overcome the highly restrictive firewalls...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PLC-Logger

    PLC-Logger

    PLC-Logger and Analyzer

    Use PLC-logger to store and analyze data from almost every PLC-system. The following PLC-Systems are accessible: - Every PLC-System running a Modbus-TCP / Modbus-UDP Server - Siemens S7 via IBH NetLink - Siemens S7 with Ethernet-Interface - Codesys-based PLC-Systems - via OPC-Servers V0.61: - Bugfixes V0.60: - Some Bugfixes - Some data evaluation V0.59: - Modbus TCP Server Simulator supports Modbus UDP - Possibility to set bookmarks V0.57: - Modbus UDP supported - Edit...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12

    ConnectionRedirecting

    The ConnectionRedirecting can do manual connection redirect.

    The ConnectionRedirecting program can redirect tcp connection. Program uses development version of SFENCE dynamic library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

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

    eSocket

    Utilidad para crear y probar conexiones TCP y UDP.

    ESocket es una util terminal UDP/IP, Servidor TCP/IP y Cliente TCP/IP especializada en el transporte de información por sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Sipp is a performance testing tool for the SIP protocol. Its main features are basic SIPStone scenarios, TCP/UDP transport, customizable (XML-based) scenarios, dynamic adjustment of call-rate and a comprehensive set of real-time statistics.
    Leader badge
    Downloads: 172 This Week
    Last Update:
    See Project
  • 16

    KA9Q Mirror

    An impressive early implementation of TCP/IP

    Mirror directly approved by Phil Karn, KA9Q. The KA9Q NOS TCP/IP package began life way back in 1985 on a surplus Xerox 820 computer board running CP/M with a 4 MHz Zilog Z-80 CPU, 64KB of RAM and a 8" floppy drive holding all of 243KB. Later, it moved to the IBM PC with the 8088 and 80286 CPUs running MS-DOS. KA9Q NOS was only the second known implementation of the Internet protocols for low-end computers. Unlike PC/IP, KA9Q NOS could simultaneously act as an Internet client, a server...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    socketReader sends and receives messages via TCP/IP socket and file system. M:N routing is supported. Many communication paths can be configured in parallel. Both, Linux/Unix and Windows, are supported.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    RS232 forward to UDP RS485 forward to UDP RS422 forward to UDP UART forward to UDP UDP forward to RS232 UDP forward to RS485 UDP forward to RS422 UDP forward to UART
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Do you have an application (such as scp or unison file synchronizer) that cannot recover from broken TCP connections? this tool is for you!! ImmortalSockets is a standalone application (and library) that creates a TCP tunnel for unreliable connections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Tiny VOIP application

    A tiny project that implentment real-time communication.

    The project was created by python. Hope everyone like it and improve it. It will be much more important in our LTE times. This is just a simple real-time project, using UDP socket.I'll change to RTP lib later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Campagnol is a decentralized VPN over UDP tunneling. It uses UDP hole punching to open connections through NAT/firewall and OpenSSL's DTLSv1 implementation for mutual authentication and encryption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    RxTxSer2net

    Java RxTx version for use with serial port TCP servers

    Java RxTx version for use with serial port TCP servers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    File Transfer

    File Transfer

    Transfers files/folders P2P over LAN or Internet

    Client-server transfers files/folders P2P, fast and secure: transparent compression/encryption (SSL), pause/resume, TCP/UDP connection, auto-discover, proxy support (HTTP, SOCKS5), NAT Traversal (Teredo, UPnP), HTTP/FTP downloads, speed graph, chat.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24

    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
  • 25
    Seagull is a multi-protocol traffic generator. Especially targeted towards IMS, Seagull supports Diameter (RFC3588 and all applications) over TCP/SCTP and IPv4/IPv6 , TCAP (over SS7 or Sigtran), XCAP over HTTP and Radius.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project