Showing 190 open source projects for "tcp over ssl"

View related business solutions
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    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
  • 2
    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
  • 3

    ADEN

    A free high-performance alternative to TCP sockets

    ADEN is a free, open-source API that offers a high-performance, UDP-based alternative to TCP sockets for : 1- Low data-volume applications. 2- Bulk transfer over a LAN. . Check included examples to see how easy to build robust client-server applications with ADEN API. If you are using ADEN in your application please support ADEN project by mentioning that somewhere in your application UI / project page and add a link to this page. Read my blog articles for more info. : http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    bWAPP

    an extremely buggy web app !

    bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. bWAPP helps security enthusiasts, developers and students to discover and to prevent web vulnerabilities. bWAPP prepares one to conduct successful penetration testing and ethical hacking projects. What makes bWAPP so unique? Well, it has over 100 web bugs! It covers all major known web vulnerabilities, including all risks from the OWASP Top 10 project. The focus is not just on one specific...
    Leader badge
    Downloads: 2,199 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 5

    TCP Segment Retransmission Viewer

    View, graph, record TCP segment retransmission rates

    View, graph, and record TCP segment retransmissions to quickly see network congestion / problems TCP segment retransmissions are a sign of network congestion and reduced throughput. A segment is retransmitted from a client if there is no corresponding acknowledgment from the receiving host. Further analysis can be done in Wireshark at the packet level if a problem is suspected. Trends can be seen over time graphically with the graph function, which allows panning, zooming, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    G-CNC Sender

    G-CNC Sender

    GCode sender for ramps and marlin firmware for CNC Milling Machine

    GCode sender for ramps and marlin firmware for CNC Milling Machine 3D preview RS232 and RS232 over TCP drivers Full GComands control, disable, replace, pause. Full machine control Remap XYZ coordinates GComands description After install select Help->Check for updates..
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    Qt5 VNC Client 1.0

    100% Qt5 RFB VNC Client implementation

    100% Qt5 RFB VNC Client implementation without using external library. All are hard coded using Qt5 framework. Version 1.0 - Currently runs as a widget. Needs to invoke it via main.cpp. No window menus etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    tcprelay

    Relaying of TCP connections

    Programs like tcpdump, Ethereal and the like make it difficult to simply log traffic exchanged over TCP between two end points. This program simply performs a forward between a server and a client and logs it. The primary purpose is to log the traffic, so as to see what is going on through an SMTP connection for example. In addition, as it relays traffic, it allows to do "pass-through" networking on top of TCP. The logging of the traffic is done in binary format by default, you can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The AntHill library implements network fail-over and scaling functionality for any user applications and protocols. Implement different transports such as TCP, UDP & Shared Memory. Contains useful utilities such as DumpSender and etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 10

    UNVedu

    streaming of MKV (Matroska) video for research and development

    Several popular IP-based services today involve entertainment media streaming. We propose Java-based media streaming over IP utilizing the Matroska (MKV) container, which is rapidly gaining popularity within online user communities. Fast and accurate access to individual MKV elements is ensured by a hinting mechanism tailored to the container. The achieved throughput and continuous playback capability has been examined under RTSP/TCP with UDP transmission over Wi-Fi, which is setup via a single...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    TCPLoadEchoClient

    Linux TCP Server Connections Stress Test Tool

    TCPLoadEchoClient is a tool that can easily start 100.000+ concurrent TCP connections to a server, and periodically send data over it. It achieves this by using the Linux Kernel Epoll functionality (+- like BSD's kqueue) Combined with the TCPLoadEchoServer, this tool can be used to stress test NAT stacks, firewalls, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    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: 9 This Week
    Last Update:
    See Project
  • 14
    xot4j
    X.25 over TCP/IP library for Java This library allows developers to integrate with legacy X.25 equipment via an IP-to-X.25 router
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java apple computer emulator

    Java apple computer emulator

    Cross-platform Apple //e emulator

    NOTE: This is the old Swing version. The current version of Jace can be found here: https://github.com/badvision/jace Because of malware injections in other Sourceforge projects, the author has removed all binaries from Sourceforge. You may look at the legacy source still hosted here but are highly encouraged to check out the new version hosted in Github for recent updates on this project. Thank you for your interest in this project! ][ Infinitum!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Limph Is Monitoring Pingable Hosts. Written in PHP(multi-DB) for portability, Limph provides ICMP, UDP, TCP and agent checks of grouped network hosts with email notification. Limph is completely web-configurable, an advantage over similar applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Network Morris is a Morris game which can be played between two players on the same board or over LAN, intranet using TCP/IP communication. This game is commonly called as Nine Men's Morris. Know the game and board setup: The board has three 'concentric' squares linked at the mid points of their sides. This provides 24 intersecting points arranged in16 lines of three. The board is filled with green holes at intersection points which are valid positions on the board. On top right side, 9 black...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    udpftp

    Filetransfer over UDP

    With UDPFTP you can transfer files between a server and a client over UDP with arbitrary packetsizes and pckettranfer rates. The software is suitable for transfer of files to mobile platforms, like pads and cellphones, since it doesn't load networks with TCP and the overhead that comes with this protocol. The UDPFTP is packed into a single executable java jar-file, that has three functions: 1. Commandline client 2. Commandline server 3. Java library for implementing a java client...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    TCP-Watcher

    Monitor TCP ports on serveral hosts

    This small ruby script is written as a school project. The intention is to monitor ports over TCP connection. Append the results in a MySQL database, and notify via gmail / google apps mail, if a port isn't connectable. You could run it as a cron job, or make a while true .... sleep 300 Remember to install the gems. ignore the warnings from tlsmail. MySQL instructions: mysql -u root -p <root password here> CREATE DATABASE sites; GRANT ALL ON sites.* TO USER...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ISWYAD

    ISWYAD

    ISeeWhatYouAreDoing - a tool for remote acces with very! low bandwith.

    ISeeWhatYouAreDoing is a useful tool for getting screenshots and executing commands over Tcp/Ip or Ftp. Because it has NO security the Tcp/Ip part shouldn't be used in public networks (Use a firewall! :)). It was designed for easily keeping an eye on what people in your home network are doing and (if necessary) turn f.e. your brother's computer off when he forgot. As said it is able to work on very bad connections. Bin/Bin.zip is the basic package with client and a gui server, Bin...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    S22.Imap

    S22.Imap

    A free .NET library for accessing IMAP servers, written in C#

    S22.Imap is a free, easy-to-use and well-documented .NET library component for communicating with and receiving electronic mail from an Internet Message Access Protocol (IMAP) server, written in C#. The API has been designed with ease of use in mind and integrates well with the existing classes of the .NET Framework. S22.Imap supports IMAP over SSL, IMAP IDLE (push email) and partial fetching of messages. It works well with Gmail. Features: * Supports IMAP IDLE notifications...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Secure Content Management System
    SCMS is an MVC based secure content management system. It is designed from the ground up to withstand common Web application vulnerabilities. It is designed for PHP 5.0-5.2.x and MySQL 4.1+, and it can optionally support PostgreSQL as a database backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mjuza is Library Manager which use MPlayer for playing music. But mjuza have more Options like "Smart Shuffle", "Ignore List", "Repeat List" and so more that help your computer to choose song for you. You can controll mjuza over network. This is CLI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tunnel a tcp/udp connection through a http(s) connection, surviving proxy-servers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Net::FTPSSL is an object oriented Perl module which implements a simple FTP client over a Secure Shell Layer (SSL) connection written following the directives described in RFC959 and RFC2228.
    Downloads: 0 This Week
    Last Update:
    See Project