Showing 281 open source projects for "tcp udp linux"

View related business solutions
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
    Learn More
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
    Learn More
  • 1
    A controller program with flexibility to create custom control system. Some of the features included are internet protocols TCP and UDP, serial port, joystick/gamepad, keyboard, camera, etc. Initially intended to be used in electronics projects where serial communication is common but extended to do common tasks like web browsing, music listening, application opening with custom keyboard shortcuts or text commands. The program is still at alpha stage so updated frequently with various...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JPacketGenerator

    UDP Packet Generator (Stream generator)

    Very basic UDP traffic generator. Works with a packet receiver to control the network status as Bandwidth, RTT, jitter, Loss % etc etc... Set Source Address, Destination address - Port Packet Size Stream Bandwidth And press start Command Line interface available java -jar JPacketGenerator.jar srcAddress srcPort dstAddress dstPort bitRate_bps All parameters are mandatory and with parameters the generator require no GUI or windows manager to work. If The project...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    irctunnel is a command-line daemon, written in C++, which allows users to tunnel TCP connections through IRC server. It makes possible to connect two computers behind NAT, because actual connection is done through the IRC server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OpenPop.NET

    OpenPop.NET

    Robust open source POP3 client and MIME parser written in C#

    .NET library written in C# with a full implementation of a POP3 client. Easy to use but yet powerful. Includes a robust MIME parser backed by several hundred test cases. The easiest way to install OpenPop.NET is via NuGet. In Visual Studio's Package Manager Console, simply enter the following command: Install-Package OpenPop.NET Our homepage (http://hpop.sourceforge.net/) includes examples, documentation and a general introduction for email. For more information, visit our...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 5

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

    QuickSock

    A simple C++ socket library used to make socket programming tolerable.

    The latest version of QuickSock is version (1.1.2). Wrapper for the Monkey Programming Language: http://monkeycoder.co.nz/Community/posts.php?topic=4866 QuickSock is a very simple C++ based UDP networking library. QuickSock currently relies on the WinSock library on Windows, (and as of April 2013, QuickSock uses BSD sockets on other platforms). QuickSock is a work in progress, so later down the road I may add new features, or change how things function. See the "Things to add...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    udt
    UDT: UDP-based Data Transfer Protocol
    Leader badge
    Downloads: 71 This Week
    Last Update:
    See Project
  • 9
    PortFusion

    PortFusion

    Distributed reverse / forward proxy and tunneling solution for TCP.

    PortFusion is a minimalistic, cross-platform, transport-layer distributed reverse / forward proxy for TCP written in Haskell + LLVM and released under GPLv3. A single package that makes the most of each platform by tapping into their unique capabilities, combining this power with an intuitive interface, beautiful design and Haskell's excellent support for unprecedented levels of concurrency and parallelism. It strives for the smallest source code size (< 500 lines) while delivering...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
    Learn More
  • 10

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

    Java NIO TCP Port Mapper

    The Java NIO based TCP port mapper

    This program map the given TCP ports to other ports according to .properties file slots (localHost:localPort - remoteHost:remotePort pairs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

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

    Network Connection Test

    Server and Client applications for testing network connectivity.

    “Network Connection Test“ has two applications, one Server and one Client. The Server application listens on a TCP and/or UDP port and the Client application connects to these ports. Both applications display logs when the client connects and the data is being sent and received. This is a useful tool when configuring network routers or firewalls. The source code is a demonstration of sockets and multithreading programming using C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FileTap

    FileTap

    FileTap - Peer to Peer Lan File Transfer

    FileTap is a File Transfer application for Local Area Network. It does not require a server. Just Open select your friend and drop the file. FileTap is based on UDP Broadcast where it automatically finds LAN friends.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    iPDC - Free Phasor Data Concentrator

    iPDC - Free Phasor Data Concentrator

    Tool for Wide Area Measurement System

    iPDC is a free Phasor Data Concentrator that collects data from PMUs, and PDC/iPDC that are IEEEC37.118 Synchrophasors std compliant. iPDC do the time sequencing and combining of the received data as per IEEEC37.118 and send to other iPDCs, and applications on request. iPDC is able to archive the received data in the MySQL database on local/remote machine. PMU Simulator is also IEEEC37.118 std compliant. Software is built to be working on Linux platform.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    network packet generator

    a simple packet generator for TCP,UDP and ICMP network packages

    You can create different kinds of network packages e.g. ICMP echo request, echo replies, TCP packages with different settings, ... . You can start the programm by typing 'sudo ./start_pg2.sh interfacename'. The script is necessary to suppress the rst-packets from the linux kernel. I created this program to improve my C skills and to gain some experience in network programming. It is a early version and everyone is welcome to improve it ;). I´m from Germany so program and the comments...
    Downloads: 0 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

    orc-tcp-server

    ORC TCP Server Demo

    This is a demo project created by Charlie jlxu for ORC Interview. This project demonstrates my experience with C programming under Linux/Unix environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    BT-o-TCP

    Simulate Bluetooth connections over TCP/IP

    This project is used to simulate Bluetooth connections over TCP/IP. The server can run under Windows or Linux however Bluetooth devices can only be simulated on Linux for now. May be used to emulate Bluetooth connections between two virtual machines (e.g. VMware) running Linux. (The server would run on the host system in this case.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

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

    Trx Framework

    .NET project for financial messages interchange supporting ISO 8583

    Trx Framework allows to build client/server applications to interchange financial messages. It supports many encoding/decoding mechanisms for fixed and variable field messages, including ISO 8583, XML and conditional formatting. It is highly customizable and extensible. Trx Framework also provides a flexible channel communication infrastructure supporting TCP/IP and other technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SockMi TCP/IP connections migration system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Java Mesh Server

    A Java Version of Magnie's Mesh Server for VPS

    Written in Java, this is meant to be used as a replacement for Scratch (by MIT) on web servers. It uses TCP port 42001 and Remote Sensors Connections Protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    RESTAC is a Java REST framework for REST-style interaction in distributed networks enabling the rapid implementation of peer-to-peer applications. It is based on a communication protocol built on HTTP (over TCP and UDP unicast/multicast).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    NatTraversal

    Build NAT to NAT tunnel with a third-party php server.

    NatTraversal: Build NAT to NAT tunnel with a third-party php server. NatTraversal also need an stun server to obtain the mapped (public) IP address (NAT address) and port number that the NAT has allocated for the application's User Datagram Protocol (UDP) connections to remote hosts. Usage: copy www/* to your php server, and chmod all *.txt file, make sure we can read and write to this files through php. change the define 'NAT_PHP_URL' in main.c to the right url of yours...
    Downloads: 0 This Week
    Last Update:
    See Project