Showing 14 open source projects for "device"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 1
    C# SNMP Library

    C# SNMP Library

    C# SNMP Library (#SNMP) - Open source SNMP implementation for C#

    ...Its asynchronous operations help applications stay responsive while handling network communication. The library is also designed to be extensible, so teams can adapt it to specialized monitoring, discovery, and device management needs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Nepali Calendar For PC - NepDate Widget

    Nepali Calendar For PC - NepDate Widget

    Premium Nepali Calendar, Date Converter, and Productivity Tools for PC

    Nepali Calendar App & Tools For PC - NepDate Widget (Nepali Patro) is useful, clean and free Nepali Calendar Nepali Tithi, Mithi, Events, Holidays Companion It sits on your taskbar as a compact two-line bar showing the current Bikram Sambat and Gregorian date, time, and timezone. Click it to expand into a full BS calendar with tithi, public holidays, and fiscal year context, then further into tools built specifically for Nepali daily use. Features Mini Bar - Two configurable lines...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Electronic Shelf Label Management System

    Electronic Shelf Label Management System

    DIY Electronic Shelf Label Management System

    ...When you choose the image to be displayed on the ESL and hit the "Send Image To ESL" button, the software encrypts that image, sends it to the specified ESL over Wi-Fi using the UDP protocol, and then saves it to the database. An electronic shelf label is a device that displays relevant product information, they're usually attached to the front edge of retail shelving. A typical ESL consists of a display and a simple microcontroller that controls the display. *V2.0 now supports ESP32 CYD You can learn more on: Github: github.com/Northstrix/Electronic-Shelf-Label-Management-System Instructables: https://www.instructables.com/DIY-Electronic-Shelf-Label-Management-System-V20/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    NetStalker

    NetStalker

    A network tool to control the bandwidth over your local network

    A network tool to control the bandwidth over your local network, it can block internet access from any selected device, or limit its speed using packet redirection, in addition, it can log web activity for the targeted device using a built-in packet sniffer. Bandwidth limitation for better distribution of internet speed across devices, both upload and download speeds can be controlled for each device separately. A Packet Sniffer that is intended to log addresses that each device on the network visits with the ability to decode Http headers for HTTP packets and resolve domains for HTTPS packets, also the packet direction can be chosen in order to capture requests only or requests and responses.
    Downloads: 35 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

    Network Utilization Monitor

    Internet bandwidth utilization monitor

    This application helps to determine, which device in the Local Network (LAN) consumes Internet. Calculates separately incoming and outgoing traffic. Requirements: * Network tap or L2 Managed Switch with option to mirror traffic to specified port * Windows XP 32-bit (or better) * .NET Framework 4.0 (or better) * WinPcap 4.1.3 (in archive) * Microsoft Visual C++ 2015 Runtime (x86) (in archive) If your gateway is powered by Windows, you can try to run this app and select Network Interface which is connected to Local Network. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Remote PC Input

    Remote PC Input

    Mobile device as wireless keyboard and mouse for PC

    Now Remote-PC-Input is a Progressive Web Application (PWA): https://remote-pc-input.tecnobillo.com Control your PC from your mobile device. Remote PC Input is a wireless mouse and keyboard: https://remote-pc-input.tecnobillo.com/app.html To connect with the PC you must download the application server: https://remote-pc-input.tecnobillo.com/rpci-ws/remote-pc-input-ws.rar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Verigio - Multi Port Forwarder

    Verigio - Multi Port Forwarder

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

    ...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 engine (network device driver) which does not make changes to the operating system, instead it simply filters the traffic. Hence, it can work side-by-side with lots of other network and security software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DotNetOpenServer SDK

    DotNetOpenServer SDK

    Lightweight fully extendable client/server application framework

    DotNetOpenServer SDK is an open source lightweight fully extendable TCP socket client/server application framework enabling developers to create highly efficient, fast, secure and robust cloud based smart mobile device and desktop applications. Why? Unlike most application server frameworks, which are implemented over slow inefficient stateless protocols such as HTTP, REST and SOAP that use bulky ASCII data formats such as JSON and XML, DotNetOpenServer has been built from the ground up with highly efficient stateful binary protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GhostMAC

    GhostMAC

    Free and lite MAC address changer

    ...It can be used on networks that limit connectivity based on the computer's address. With this handy tool you can set your own address and use it as is and also revert to the original one. It is written in C# and integrates device driver plugins and also the Microsoft Windows network services.
    Leader badge
    Downloads: 8 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
  • 10
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SoftHotspot

    SoftHotspot

    SoftHotspot - Create wifi hotspot connection easily

    ...Your Hotspot is automatically secured with WPA2-PSK encryption and that means, all users will get the most secure WiFi sharing experience. Watch network usage and get notifications when device connected/disconnected with your hotspot network. Please Note: You need to install .net 4.0 for this app to run on windows 7.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    aclom - Arduino Console Linux Out Manage
    The original idea was to create a DIY device with arduino can remotely control the power of a common ATX power supply, making it a console Out-of-band management rudimentary for gnu/linux similalr to ILO or ALOM commercial devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Switches a network-attached-storage (NAS) device from the company Buffalo on and keeps it alive as long as you need it. This is done by sending wake-on-lan (WOL) packages via the network. Deployment via copy & paste, no administrator permission needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a C# deamon that implements the UPnP Internet Gateway Device specification (IGD) and allows UPnP aware clients, such as MSN Messenger or DirectPlay based applications to work properly from private networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo