Showing 29 open source projects for "raw print server"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    paqet

    paqet

    Ferries Packets Across Forbidden Boundaries

    paqet is a bidirectional packet-level proxy that transports traffic over raw packets instead of relying on the host operating system’s normal TCP/IP stack. It forwards traffic between a local client and a remote server using KCP as the reliable transport layer. The project is written in Go and is aimed at users who need a low-level tunnel that can operate in restricted or heavily filtered network environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    GooseRelayVPN

    GooseRelayVPN

    Socks5 VPN that tunnels raw TCP through Google Apps Script to your VPS

    GooseRelayVPN is a Go-based SOCKS5 VPN-style tunneling project that carries raw TCP traffic through a Google Apps Script relay to a user-controlled VPS exit server. Its local client accepts SOCKS5 traffic, encrypts TCP data with AES-256-GCM, and sends it through HTTPS requests toward a Google-facing endpoint. The Apps Script component acts as a relay and forwards encrypted data without holding the plaintext key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    camofox-browser

    camofox-browser

    Headless browser automation server for AI agents to visit sites

    camofox-browser is a headless browser automation server built specifically for AI agents that need to interact with websites that often block standard automation stacks. It wraps Camoufox, a Firefox fork that performs fingerprint spoofing at the C++ level, which means many browser characteristics are altered before page scripts can inspect them, rather than relying on JavaScript-layer stealth patches.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    paqctl

    paqctl

    Unified proxy manager for bypassing firewalls

    paqctl is a unified command-line manager for deploying and controlling bypass proxy setups across client and server machines. It is designed for users who run a server component on a VPS and a local client on Windows, macOS, or Linux. The tool supports two different approaches: Paqet, which uses KCP over raw sockets for simpler cases, and GFW-Knocker, which combines TCP and QUIC tunneling for heavier censorship scenarios. It provides guided installation, configuration, service management, status checks, and backup-oriented dual-backend operation. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    DarkFlare

    DarkFlare

    DarkFlare Firewall Piercing (TCP over CDN)

    ...The project presents itself as a firewall-piercing tool, so it is best suited for authorized testing, private infrastructure access, or controlled research environments. Its approach focuses on making tunneled traffic resemble ordinary web traffic rather than exposing a raw TCP service directly. darkflare uses a client and server model, with the server side relaying traffic toward the intended destination. It is a specialized networking project, not a full VPN platform, and its value comes from combining TCP forwarding with an HTTPS-like transport layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Shelf

    Shelf

    Web server middleware for Dart

    Shelf makes it easy to create and compose web servers and parts of web servers. How? Expose a small set of simple types. Map server logic into a simple function: a single argument for the request, the response is the return value. Trivially mix and match synchronous and asynchronous processing. Flexibility to return a simple string or a byte stream with the same model. An adapter must handle all errors from the handler, including the handler returning a null response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bubbles

    Bubbles

    Bubbles the simple, easy to use HTTP web server, browser controlled

    Bubbles the simple, easy to use HTTP web server that is browser controlled, and capable of serving static files over the internet, either streamed from disk, or direct from RAM without lag. A GUI administration panel is accessed through your web browser (e.g. "http://localhost:1080/admin/" + default password of "admin"), which controls all her settings and vital functions, all in real time. Apart from serving files, she is capable of tracking site visits (site counters), receiving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    JWP

    Java Web Printer

    Java Web Printer interface 0.1 JWP 0.1 is the Java Web Printer interface that lets you print your documents from anywhere, anytime, to any installed printer. No need to install any printer drivers on the client machine, just use a web browser and upload your PDF file. You can print any PDF file with just a few clicks, using one of the available print methods: PDFbox, CUPS, or Filesystem. JWP 0.1 is compatible with Windows and other OS, and requires only a Jakarta EE capable Web Application Server and root rights. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MultiThreaded TFTP Server Open Source Freeware Windows/Unix for PXEBOOT, firmware load, support tsize, blksize, timeout Server Port Ranges, Block Number Rollover for Large Files. Runs as Service/daemon. Single Port version also available. Download
    Leader badge
    Downloads: 444 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 10
    WebSocket ++

    WebSocket ++

    C++ websocket client/server library

    WebSocket++'s goal is to provide a flexible set of tools for building a wide variety of WebSocket based applications wrapped by low or zero overhead abstractions. It is not opinionated. If something can be practically replacable (with low overhead) based on the user's preference then it is. It accomplishes this via a policy based design built using C++ template metaprogramming. WebSocket++ is a cross platform open source (BSD license) header only C++ library that implements RFC6455 (The...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    Ultra

    Ultra

    A Leiningen plugin for a superior development environment

    ...The relevant upstream issue to track work on this is greglook/puget#27; from there, Whidbey will need to be updated, and then Ultra will be able to consume the changes. For a detailed list of features, check out the wiki. Note that if you're connecting to a running nREPL server somewhere else, that server needs to have the Whidbey / Ultra middleware passed in as an nREPL server argument in order for you to get syntax-highlighted output on the client side. Stacktraces and exceptions will print in colorized form regardless.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PingMon

    PingMon

    Ping monitoring tool (32 Bit) for any Windows System (x86 or x64)

    This is a ping monitoring tool for almost any Windows System (tested on Win 98*-10 and Server 2003-2016) and it runs on Linux via WINE either*. No .NET is needed. This is a 32bit app and will work on x86 and x64 architectures. Adjustable and easy to use. And you can choose if you want it to create RAW packets instead of using Windows icmp.dll resources. Usage examples: PingMon.exe HOST1 HOST2 Will open 2 instances of PingMon and start pinging immediately. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    NASH OS

    NASH OS

    Nash Operating System for Modern Ecommerce

    The all-built-in-one, automatic, ready-to-go out-of-box, easy-to-use state-of-the-art, and really awesome NASH OS! Over 25,000+ flexible features and controls and all scalable!! The most powerful solution ever built to instantly deliver new heights of online ecommerce enterprise to you.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Those who have read past the "Malware" warning can be assured there is absolutely no malware in this OS or in the download. This warning comes from the "netcat" binary included in the download as a DOS time client. Unfortunately netcat has code that is flagged as malware. FREESCO, a NAT/firewall router/server based on Linux and runs on a single 1.44MB floppy. Freesco is very powerful and versatile and can connect multiple home or small office networks to most types of Internet connections...
    Downloads: 36 This Week
    Last Update:
    See Project
  • 15

    Darkbot

    The IRC's Talking Robot

    [ Please read https://sourceforge.net/p/darkbot/news/2014/01/darkbots-revitalization/ ] Darkbot is a portable IRC chat robot written in the C language that can be taught responses to user inquiries, and even have conversations with them. Darkbot was originally created by Jason Hamilton as an aid for help channels on Intenet Relay Chat.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    imgCool Tunnelier

    imgCool Tunnelier

    Start Tunneling for Anonymous People

    ...Tunneling via HTTP Proxy, Socks4 and Socks5 7. Add Route IP, Delete IP, route print and other IP Configuration 8. Play Game Online via Proxy Server 9. Connection with TOR Server 10. Support Modem GSM, Internet Cable, LAN and Wifi 11. Auto Create Dial Up with DNS Google 12. Dial Up connection from imgCool Tunnelier 13. Update Anti virus 14. Win 8 Apps Store 15. Direct Tunneling without Proxifier 16. Proxy winHTTP 17.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MAYA STUDIO 13.07-32bit

    MAYA STUDIO 13.07-32bit

    Linux Mint based A/V-System

    MAYA STUDIO is an optimized Linux System with a lot of applications for Audio/Video and Photo-Production based on Ubuntu 12.04/Linux Mint 13 with Mate-Desktop! It was designed for older hardware, netbooks and modern hardware as well. First focus is stability, compability and an user-friendly Linux-Environment to be creative. Special feature: Maya Studio uses ALSA as the default soundsystem without Pulse and comes with the Jack Sound Server as an advanced option for professional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    cravlAndBlock

    linux tool to improve server security

    cravlAndBlock is simple java application that cravl error log file of Your web server and add all attacker IPs. I.E. All Modsecure entries, scans and so on. Every bad IP will be added to hosts.deny file with ALL prefix. For sure it will not block all atacks but it will help. How it works: use cron to start java cravlAndBlock.jar in the same folder add properties.xml (I addes sample properties.xml file). And thats all.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SoapTrace.Net. A soap message monitoring utility written in C#. Captures soap messages by behaving as a proxy server or by capturing data packets using the WinPcap library or Windows Raw Sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Inforama - Document Automation. Document templates, generation and distribution. Create letter templates using OpenOffice and import existing Acrobat forms. Merge data to produce high quality PDF documents and automatically email, print and view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    rSIGNAL - ruby Simple Inter-Interface Generic Aggregation Layer. It allows external data sources to be aggregated, store the aggregated data and print the aggregated data out in a transformed format to a file (or integrated HTTP server) on demand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TCP/IP stack for MSX2 computers, supports serial communication (null-modem cable or modem) and Ethernet (by using an Ethernet UNAPI compliant card).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Carbon is a java based SERVER implementation which caters to different server falvors eg: raw data,HTTP, FTP and so on. Spawning off from Carbon are different server implementations for HTTP/SOCKS proxy, FTP, HTTP, J2EE which are available in a jar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    zSearch is a simple python based crawler and search engine. Raw HTML are stored in bzip2 archives, the index is created using pylucene, and twsited is used to provide internal http server. Results are sent back as XML over HTTP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a simple RAW print server for Windows (also includes a tiny *nix script for *nix users) that lets your Windows 98/ME/NT/2K/XP system work as a port 9100 (or 910x) network print server for any of the Windows printers hooked up to the PC.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB