Showing 22 open source projects for "route net"

View related business solutions
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    ASP.NET Minimal APIs Made Easy

    ASP.NET Minimal APIs Made Easy

    A light-weight REST API development framework for ASP.Net 6

    It nudges you towards the REPR Design Pattern (Request-Endpoint-Response) for convenient & maintainable endpoint creation with virtually no boilerplate. Performance is on par with Minimal APIs. It's faster, uses less memory and does around 45k more requests per second than a MVC Controller in our benchmarks. Convenient business logic validation & error responses. Easy access to environment & configuration settings. Supports policy/permission/role/claim based security. In-process pub/sub...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    net-tools

    Linux networking base tools

    A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. Includes: arp, hostname, ifconfig, netstat, rarp, route, plipconfig, slattach, mii-tool and iptunnel and ipmaddr. A mirror of the sourcecode is available on https://github.com/ecki/net-tools
    Leader badge
    Downloads: 1,237 This Week
    Last Update:
    See Project
  • 3
    Proton VPN Windows App

    Proton VPN Windows App

    Official ProtonVPN Windows app

    The ProtonVPN Windows app project hosts the official open-source client software that lets users securely connect their Windows machines to the ProtonVPN service with full system-wide VPN protection. It includes a modern GUI built with .NET and WPF that lets users authenticate, choose VPN servers, and configure features like split tunneling or kill switch, while a background Windows service manages VPN connections using the OpenVPN protocol and handles networking tasks such as firewall and adapter configuration. The app integrates a custom TAP driver and a split tunnel callout driver to help route traffic securely and prevent leaks, and is structured so the GUI and service components work together to deliver a smooth user experience on Windows desktops and laptops. ...
    Downloads: 542 This Week
    Last Update:
    See Project
  • 4

    Negroni

    Idiomatic HTTP Middleware for Golang

    Negroni is a middleware-focused library for Go with an idiomatic approach. It is similar to Martini, but comes in a small, non-intrusive package. Negroni is not a framework. It is designed to work directly with net/http. It is also BYOR (Bring Your Own Router), and plays well with most http routers available in the Go community by fully supporting net/http. Negroni is currently translated in a number of different languages, and comes with some default middleware that can be used for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Refit

    Refit

    The automatic type-safe REST library for .NET Core, Xamarin and .NET.

    ...Parameters that are not specified as a URL substitution will automatically be used as query parameters. This is different than Retrofit, where all parameters must be explicitly specified. Round-tripping route parameter syntax: Forward slashes aren't encoded when using a double-asterisk (**) catch-all parameter syntax.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Prowlarr

    Prowlarr

    Manager/proxy built on the popular *arr .net/reactjs base stack

    ...Prowlarr supports hundreds of torrent trackers and Usenet sites including both public and private sources, with flexible configuration and health status reporting to keep your search infrastructure reliable. It also provides manual search tools, indexer statistics, and proxy support so that your downloads and queries can route through custom network layers if desired. The project is built on a .NET backend with a React-based user interface, giving it a modern web experience and broad platform compatibility across Windows, macOS, Linux, and containers.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Log HTTP requests

    Log HTTP requests

    Log HTTP requests in Laravel applications

    This package adds a middleware that can log incoming requests to the default log. If anything goes wrong during a user's request, you'll still be able to access the original request data sent by that user. This log acts as an extra safety net for critical user submissions, such as forms that generate leads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    chi

    chi

    Lightweight, idiomatic & composable router to build Go HTTP services

    chi is a lightweight, open source composable router for building Go HTTP services. It also helps in writing large REST API services, keeping them maintainable as the project evolves. Having been built on the latest context package, it can easily handle signaling, cancelation and request-scoped values across a handler chain. chi was built with the sole focus of providing an elegant and comfortable design for writing REST API servers. Its design chiefly considers project structure,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Symphony Receipt Printer

    Symphony Receipt Printer

    Modification to SirsiDynix Symphony Workflows receipts

    The Symphony Receipt Printer project allows for receipts and slips in SirsiDynix Symphony Workflows to be modified. Some modifications include enhanced due dates, routes on transit slips, large names on hold slips, and options for printing bill and renewal slips.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    TransDNS Project

    TransDNS Project

    Transient DNS Project + Stellar Cartographic + Route Translation Peers

    The Transient DNS Project is a public project for the development and sustainment of a public viable system of DNS, originally the DNS System found on port 53 was for only a temporary deployment but ended up being deployed in other networks outside transnets this one will include: stellar cartographic pathing by naming convention and serialisation as well as route translation proxies + networking peer standards translation adaption including file formats and document format standard translation... This uses the public stellar cartographic api; which is also available through sourceforge.net/projects/stellars/ which in part also accesses the galactic repositories as well as it own for path definition, it also uses a system of self discovery common with open federated networks; there is only a few realms which are exempt of solar + species associations which are: .coop; .mil; .io; .net; .email; .space; .zone; .institute; + .exchange; are all realms and are exempt stellar concatenation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HttpRouter

    HttpRouter

    A high performance HTTP request router that scales well

    ...Therefore they have some awkward pattern priority rules, like longest match or first registered, first matched. By design of this router, a request can only match exactly one or no route. As a result, there are also no unintended matches, which makes it great for SEO and improves the user experience.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    KML to GPX

    Take a Google My Map KML file and convert it to a gpx for your GPS

    ...Steps: 1. Download KML file from your Google Route 2. Open KML file in this app and give your route a name 3. Convert KML into GPX 4. Optionally copy the GPX file into your GPS This program requires a basic understanding of how to transfer files into your GPS and how to load those files once they have been copied into the GPS. Designed for: Windows / .Net
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13

    RPTParse

    Quartus project compilation reports parsing tool

    Altera Quartus creates .rpt files during synthesis, place&route and bitstream generation stages of FPGA project compilation. Verification engineer checks these reports, finds warning messages and put them into own report. But big projects can contain a lot of warnings, and manual warning search is very boring and long process. That's why this parsing tool was created. This software parse report file, classifies warning types and place them into own report, where types of warnings and their...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    move-route-recorder

    move-route-recorder

    Easily create event move routes in RPG Maker XP, VX, and VXA

    This is a simple tool for easily creating large event move routes without the need to keep track of the current location in your head. It records the cursor movement as you move the selection rectangle on the map editor screen, and can then playback the movement into an event's move route list.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system. This package includes arp, hostname, ifconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat, plipconfig, rarp, route and slattach.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Ping for life is a complete solution for network administrators and for people who must know the connection status through ICMP. It's the simpliest and most powerful ping graphical tool.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 17
    ConsoleWidget
    Route the Console and Debug output of .NET to your GUI. All Console.Write and Debug.Write calls are displayed. Contains a winforms usercontrol and a form window. Weblinks are clickable. The Write method is thread save, so you can write from every thr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GMap, GNOME Map Application Program. A standalone map program allowing you to find directions and browse map data. The map data source is the Open Street Maps
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    MATCH is an application for J2ME / JavaME enabled devices which allows tracking (recording of tracks) and route-navigation with your mobile phone and a NMEA-compliant Bluetooth GPS-Receiver when jogging or biking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Kinyosoft AutoUpdate is a module to incorporate to a system with which we will be able to deposit the functionality of exhausts route web. Doing that our system turns out to be more amicable, with major functionality and scalability
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GUI front-end to: socket client and socket server, port scanners, ping, trace route, whois, NS look-up (ei: dig), finger, service, chkconfig, netstat and a command-line huff... puff... A mouth full? Nahh a full net tool application!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ...Quagga is free software that manages various IPv4 and IPv6 routing protocols. This version works in the same way as original Quagga routing suite, but it has a little modification. This Quagga is able to send an alert when a route/net is added or deleted from the device kernel. The alert is sent using Simple Network Management Protocol (snmptrap) with the params about the route/net, to a destination that you can choose using a configuration file. You can get the source code in: https://github.com/LuisHub/quagga-trap-version
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB