Showing 47 open source projects for "c-sharp"

View related business solutions
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 1
    OpenWrt

    OpenWrt

    A Linux operating system targeting embedded devices

    OpenWrt Project is a Linux operating system targeting embedded devices. Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developers, OpenWrt is the framework to build an application without having to build a complete firmware around it;...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Open Source Routing Machine

    Open Source Routing Machine

    Open Source Routing Machine - C++ backend

    High-performance routing engine written in C++14 designed to run on OpenStreetMap data. There are several services available via HTTP API, C++ library interface and NodeJs wrapper. Nearest, snaps coordinates to the street network and returns the nearest matches. Route finds the fastest route between coordinates. Table computes the duration or distances of the fastest route between all pairs of supplied coordinates. Match snaps noisy GPS traces to the road network in the most plausible way. Trip...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    µWebSockets

    µWebSockets

    Compliant web server for the most demanding of applications

    Being meticulously optimized for speed and memory footprint, µWebSockets is fast enough to do encrypted TLS 1.3 messaging quicker than most alternative servers can do even unencrypted, cleartext messaging. Furthermore, we partake in Google's OSS-Fuzz with a ~95% daily fuzzing coverage with no sanitizer issues. LGTM scores us flawless A+ from having zero CodeQL alerts and we compile with pedantic warning levels. µWebSockets is written entirely in C & C++ but has a seamless integration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ImmortalWrt

    ImmortalWrt

    An opensource OpenWrt variant for mainland China users.

    ImmortalWrt is a fork of OpenWrt, with more packages ported, more devices supported, better performance, and special optimizations for mainland China users. Compared the official one, we allow to use hacks or non-upstreamable patches / modifications to achieve our purpose. Source from anywhere. Default login address: http://192.168.1.1 or http://immortalwrt.lan, username: root, password: none.
    Leader badge
    Downloads: 209,778 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 5
    EchoLife ONT Tools Huawei

    EchoLife ONT Tools Huawei

    Software para cargar firmware de Routers modem HUAWEI

    Herramienta para cargar firmware a router modem de fibra HUAWEI Modelos admitidos: HG8145V5 - EG8145V5 - HG8245W5-6T y HG8245Q2
    Leader badge
    Downloads: 444 This Week
    Last Update:
    See Project
  • 6

    SmartbspIPOE

    Linux IPOE Debian Custom

    This distribution is fully ready to be placed as an IPOE server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenWRT ©VMWare ©ESXi Appliance

    OpenWRT ©VMWare ©ESXi Appliance

    OpenWRT ©VMWare ©ESXi Appliance NAT router

    ... it's fully functional, make not mistake. It is configured with 256 MB of RAM in a 50 MB .vmdk disk, which should be more than enough for any small lab, corporate department or (c)VMWare (c)ESXi dedicated server. Just uncompress and register, enjoy.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8

    mis-connector

    Connector for misconfigured hosts on LAN.

    This tool act as ad-hoc NATP and user-space router for all connections comming from selected interface (and outside address range served by HDCP - for example) to the rest of world. If you have device with static IP and there is no way to change it this may be solution to connect it to any other LAN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • The ultimate digital workspace. Icon
    The ultimate digital workspace.

    Axero Intranet is an award-winning intranet and employee experience platform.

    Hundreds of companies and millions of employees use Axero’s intranet software to communicate, collaborate, manage tasks and events, organize content, and develop their company culture.
  • 10

    PsoPath

    Particle Swarm Optimization algorithm for the shortest path problem

    The shortest path problem is solved by many methods. Heuristics offer lower complexity in expense of accuracy. There are many use cases where the lower accuracy is acceptable in return of lower consumption of computing resources. The basic idea of Particle Swarm Optimization is the emulation of the social behaviour of, e.g., a flock of birds, as a stochastic optimisation method. Specifically, a particle is an entity representing a solution in the search space. Several particles cooperate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    AcoPath

    Ant Colony Optimization algorithm for the shortest path problem.

    The shortest path problem is solved by many methods. Heuristics offer lower complexity in expense of accuracy. There are many use cases where the lower accuracy is acceptable in return of lower consumption of computing resources. The basic idea of the Ant System is that virtual ants are exploited for finding paths with a specific property, e.g., short distance between physical nodes, in the same way nature guides physical ants. Development takes place at https://github.com/zfoxer/AcoPath
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    LaPath

    Learning Automata algorithm for the shortest path problem.

    The shortest path problem is solved by many methods. Heuristics offer lower complexity in expense of accuracy. There are many use cases where the lower accuracy is acceptable in return of lower consumption of computing resources. Learning Automata (LA) are adaptive mechanisms requiring feedback from the executing environment to converge to certain states. In the context of network routing, LA residing at intermediate nodes along a path, exploit feedback from the destination node for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Verigio - Multi Port Forwarder

    Verigio - Multi Port Forwarder

    Simple software for port forwarding and routing w/o a hardware router

    A multi functional tool for port forwarding offers a full matrix of capabilities for selecting network traffic by interface,MAC,IP,TCP,UDP and forwarding it to another interface,MAC,IP,TCP,UDP. Flexible rules allow to change specific attributes of the traffic leaving the rest intact. The port forwarding rules can be imported/exported into XML files. Vivid user interface indicates in real time which rules are triggered by the traffic. The program has its own proprietary traffic management...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Verigio - Virtual Network Hub

    Verigio - Virtual Network Hub

    Drag-n-Drop build a Network hub from your computer.

    Visually build an Ethernet switch from network cards of your computer. This simple tool acts as an Ethernet switch/hub forwarding packets between network cards on the computer. It shows the passing traffic with graphical indicators. Allows to configure for each hub slot individually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    proxychains-ng

    continuation of the famous proxychains project by netcreature

    proxychains is a hook preloader that allows to redirect TCP traffic of existing dynamically linked programs through one or more SOCKS or HTTP proxies.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 16
    Internet Sharing

    Internet Sharing

    Turn System into WiFi Router & share internet to Wifi Enable Devices

    "Internet Sharing " software is built to share your System (PC/Laptop) Lan, Wi-Fi , Dialup(3G,4G) internet connection to any WiFi enable devices like :- Smartphone, Tablet, laptop, Mediaplayer and to your nearby friend Requirement : Operating system :- windows 7 and above .Net Framework :- 4.5 Network Driver :- WiFi (That support hosted Network) For updates visit on : internetsharing.softmad.in
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Network Manager

    Network Manager

    Windows tool for monitoring and configuring your network adapters

    Network Manager is a free and open source Windows tool that will aid you in monitoring and configuring your network adapters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FastRoute

    FastRoute

    Fast request router for PHP

    This library provides a fast implementation of a regular expression-based router. Firstly, while writing a PHP extension is obviously a lot of fun, it is unlikely to be particularly beneficial in terms of performance unless the code involves computations in tight loops. Porting “normal” components like routers to C is usually a big waste of time. You can get much better results by doing a few small improvements on the algorithmic side. For the same reason I’m not a big fan of things like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Network Simulator (fork CORE - Live USB)

    Network Simulator (fork CORE - Live USB)

    Live DVD with CORE network simulator

    The Common Open Research Emulator (CORE) is a tool for emulating networks on one or more machines. You can connect these emulated networks to live networks. CORE consists of a GUI for drawing topologies of lightweight virtual machines, and Python modules for scripting network emulation.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    ForceBindIP GUI

    ForceBindIP GUI

    ForceBindIP GUI by LibTiff , the first graphical user interface that w

    ForceBindIP GUI by LibTiff , the first graphical user interface that was created in 2013. Latest version (2.0) is refreshed , more user friendly , with new graphical user interface for the ForceBindIP engine. Features full functionality such as Delay function , profiling and shortcuts of the most useful net commands. Proven and tested to work with all x86 & x64 systems.
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 21
    FB#Info

    FB#Info

    FB#Info traffic display

    FB#info shows the upload and download -traffic of the Fritz!Box. Similar to the Fritz!Box, the categories are displayed color-coded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Embedded debug!box

    Allows executing code on MIPS32 EmbeddedLinux devices (WLAN routers)

    This tool is used to develop small applications that can run on MIPS-based embedded Linux devices - mainly WLAN routers. It is possible to debug these applications using GDB with the GDB backend provided by this tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HOTSPOT

    HOTSPOT

    HOTSPOT for windows 10

    Windows is no longer away from hotspot. This software lets you turn your windows 10 PC into a hotspot. Create your middle-ware with apache, IIS or any server , test it by making your PC server. Create LAN servers to play high end LAN games. Share your internet between your clients and many more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    vtrunkd

    Network link bonding/trunking/aggregation and multichannel VPN daemon

    vtrunkd - network link bonding and multichannel VPN. Vtrunkd is a Linux VPN daemon used to combine several connection paths into one aggregated channel. Features latency, reordering and jitter management, behaviour analysis optimizations for encapsulated protocols, bufferbloat control, packet redundancy, and multiple cpu cores utilization. Up to 30 heterogenous links bonding supported. Used for live streaming, LTE/3G/Wi-Fi link bonding. 32/64-bit, x86, MIPS and ARM supported. Supports python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Open Network Optimization Platform
    OpenNOP is an open source Linux based network accelerator. It's designed to optimize network traffic over point-to-point, partially-meshed and full-meshed IP networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next