Showing 22 open source projects for "blocking port"

View related business solutions
  • Simply Smarter SaaS Backup for Microsoft, Google and Salesforce. Icon
    Simply Smarter SaaS Backup for Microsoft, Google and Salesforce.

    Spanning proactively defends mission-critical data with automated backup that is secure, affordable and insanely easy to use.

    Comprehensive data protection. Simple recovery. Built in trust and transparency. See for yourself why Spanning is the leading cloud-to-cloud backup solution.
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 1
    cpp-httplib

    cpp-httplib

    A C++ header-only HTTP/HTTPS server and client library

    A C++11 single-file header-only cross-platform HTTP/HTTPS library. It's extremely easy to setup. Just include the httplib.h file in your code! This is a multi-threaded 'blocking' HTTP library. If you are looking for a 'non-blocking' library, this is not the one that you want. SSL support is available with CPPHTTPLIB_OPENSSL_SUPPORT. libssl and libcrypto should be linked. When using SSL, it seems impossible to avoid SIGPIPE in all cases, since on some operating systems, SIGPIPE can only...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    gev

    gev

    Gev is a lightweight, fast non-blocking TCP network library

    Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers. Support custom protocols to quickly and easily build high-performance servers. High-performance event loop based on epoll and kqueue. Support multi-core and multi-threading. Dynamic expansion of read and write buffers implemented by Ring Buffer. Asynchronous read and write. SO_REUSEPORT port reuse support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Reactive Extensions for Python

    The Reactive Extensions for Python

    Reactive extensions for Python

    ... streams with Observables, query asynchronous data streams using operators, and parameterize concurrency in data/event streams using Schedulers. RxPY is a fairly complete implementation of Rx with more than 120 operators, and over 1300 passing unit-tests. RxPY is mostly a direct port of RxJS, but also borrows a bit from RxNET and RxJava in terms of threading and blocking operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SocketRocket

    SocketRocket

    A conforming Objective-C WebSocket client library

    A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS. SocketRocket currently conforms to all core ~300 of Autobahn's fuzzing tests (aside from two UTF-8 ones where it is merely non-strict tests 6.4.2 and 6.4.4). SocketRocket is asynchronous and non-blocking. Most of the work is done on a background thread. You can include SocketRocket as a subproject inside of your application if you'd prefer, although we do not recommend this, as it will increase your indexing time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 5
    MyPublicWiFi

    MyPublicWiFi

    Turn your computer into a WiFi Access Point or individual Hotspot.

    ... Router. Advertising blocker are an effective way to save your internet bandwidth and protect the privacy of your user. The Bandwidth Manager helps you to control download and upload rate for your hotspot clients. MyPublicWiFi allows you to record and track all visited url pages on your virtual WiFi-Hotspot and allows you to set up port forwarding.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 6
    MyHotspot

    MyHotspot

    Wireless-LAN for Hotels ,Cafés and Shools

    Give your customers the flexibility and extra mobility with Wireless Internet Access MyHotspot is a professional Wireless LAN Free software solution for providing internet access to your customers. Customers will be redirected to your login page to authenticate with user account or a prepaid-code before getting the Internet access. The PayPal payment option allows your customers to create and pay for network access directly. The software controls download, upload, data transfer, time usage,...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    proxy-ping

    proxy-ping

    Tool to ping hosts through firewalls blocking ICMP

    The utility `ProxyPing` is a simple tool to ping servers behind a firewall that will not let ICMP packages through. It provides a HTTP server answering to ping requests and returning the ping delay as a HTTP text result. The tool will have to be deployed on a server behind the firewall that can be reached by a configurable TCP connection (defaulting to port TCP 6666).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Verigio - Geo Firewall

    Verigio - Geo Firewall

    Blocking and monitoring of network traffic based on geography.

    Geo Firewall performs blocking of network traffic based on geography (geo IP), allows to add custom subnets, allows exceptions on ports for incoming traffic for specific geography, keeps visual and persistent logs, shows statistics, automatically updates geographical database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    HttpServer.jl

    HttpServer.jl

    Basic, non-blocking HTTP server in Julia

    This is a basic, non-blocking HTTP server in Julia. You can write a basic application using just this if you're happy dealing with values representing HTTP requests and responses directly. For a higher-level view, you could use Mux. If you'd like to use WebSockets as well, you'll need to grab WebSockets.jl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 10

    YATinyWinFTP

    Simple Fast Windows FTP Server

    YATinyWinFTP Fast and tiny FTP server for Windows At some point I found myself in a need of ftp server for windows to test things. Googling gave me ftpdmin, which is free and really tiny, also opensource. However it struck me as being real slow - downloads on 1GB network were mere 5MB/sec with one core fully busy. Looking inside it was thread per connection and 4kb blocking network calls. Of course I had to roll my own FTP server after that! Uses IOCP via asio, io_service per core, uses...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Uart32

    Uart32

    Win32 API wrappers for accessing COM Uart in blocking mode

    Uart32 is a C++ wrapper around the win32 Serial Port API that allows blocking-mode access to the COM port. This library works great for accessing a UART serial port from a background worker thread. It features: a simple c++ class. (temporarily removed for maintainance. Use DLL API Instead) built in per access timeout on data receive. a C-API wrapper that is exportable to C# DLL import class
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PersonalTransparentJavaProxy

    Simple PROXY to filter website and domain with regex

    PTJProxy is a simple proxy configurable by an external xml that can be used to filter websites and domains as you wish. The filter is an xml too and is a simple list of regex in java style. Logging activities can be redirected on FILE or LOCAL PORT. You can clean web pages from most common intrusive advertising and speed up pageload. HTTP and HTTPS are supported. HTTPS pages will not be cleaned from adevertising content due to the crypted transmission. HTTPS support can be useful only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    dnsjnio is an extension for dnsjava. dnsjava requires each query to run in its own thread on its own port. dnsjnio allows large numbers of queries to be run in a single thread using the non-blocking nio library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Fat32lib

    Portable FAT File System Stack for Embedded Devices

    A portable FAT file system stack for embedded devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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 in the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is an open source port mapper written in java nio no-blocking socket model. Open Port Mapper allows multiple ports mappings, and it provides the functionality of specifying allow list and deny list.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A Java implementation of a NAT-PMP client. At the project's inception, there was not a well-known NAT-PMP client library for Java. This project intends to fill the gap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    i.NET – QoS and security for Linux is a open source project that provide easily configurable firewall and traffic management. It based on Linux operating system with specially prepared kernel, iproute2, iptables and bash scripts for configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple CVS client that bypass any firewall blocking port 2401 used by cvs. It relies on the ViewCVS web interface to the repository to work. To use when all other solutions (SSH...) fail
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    This project allows placing rules into an iptables based policy, and having these rules expire after a set time. This is useful for opening ports after successful port knocking, or for blocking source IPs using port sentry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Track failed login attempts with LogSpy. Perform actions based on a user defined rule set, which can include: blocking an IP address from port 22, sending an email to the admin or just log the failed attempts in a seperate file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Windows-based light-weight socket library written in Delphi for use as a transport layer in kbmMW. It includes an IO Completion Port server and a blocking client. The data and messaging server can share the same transport.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next