Showing 379 open source projects for "c sharp"

View related business solutions
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 1

    SNMP-APP

    snmp application to scan your network

    This software was developed in an ERASMUS+ Employee Interchange. The software scans any given network range and finds all the connected devices to a network though SNMP v1,v2,v3. It displays their IP address and MAC Address. The software was developed in Microsoft Visual C# and uses SNMP API library to call the devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Internet Uptime Monitor

    Internet Uptime Monitor

    Monitor your internet connection

    Lightweight windows service that monitors your internet connection. And a simple GUI to check the status and uptime of your connection. This software pings several reliable servers (totally configurable) to check if your internet connection is up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    SeelWorks.InterCom

    Simplified Inter-Process Communication for Windows

    This .NET library uses named pipes to allow client processes to communicate to a server process either locally or across a local network connection using either byte arrays or the easy-to-use proprietary ByteBuffer class via duplex burst messaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MyIP-Console

    Shows your IP-Address

    This application shows your internal and external IP. Install the program, go to the command prompt and type in: myip /?
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5

    serverStat

    A simple program for displaying the stats of a server or PC.

    serverStat, brother and updated verson of internetStat, is a simple program designed for quickly checking and showing the stats of a server or PC. It updates the server or PC info every second, and displays it on its very simple interface. It displays, as of now: - RAM usage, in MB and GB - CPU usage, in % - CPU idle time, in % - Internet connection, in ping(ms). More features and stats coming soon! Please post feedback/reviews :) They help alot (just please don't be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ASProxyWing
    ASProxyWing is a handy, easy to use client / server desktop distributed proxy, which works as a HTTP-tunnel for clients. Provides high secure, easy to integrate proxy servers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ZimKim Overview Management

    ZimKim Overview Management

    Easy overview of network managment and hardware.

    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    VRPN C# Client
    VRPN, Virtual Reality Peripheral Network, is a device-independent and network-transparent system for accessing virtual reality peripherals in VR applications. The project generates a dll to easily conect a C# aplication with the VRPN server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 10
    VNC Database Address Book

    VNC Database Address Book

    VNC Database Address Book

    VNC Database Address Book The program is designed to store connections to workstations. Remote administration is possible using UltraVNC or RDP. The main advantage is that all connections are stored in a single database (for Firebird DBMS). It is possible to use multiple clients. UltraVNC and Firebird need to be downloaded separately
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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: 0 This Week
    Last Update:
    See Project
  • 12

    PingPerf

    Network stability testing tool

    Application tests network stability using constant ping (more protocols in roadmap). Detects temporary network problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CalcSubnet

    IP subnet calculator

    Simple classfull subnet calculator.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Coffee_FF

    Coffee_FF

    Keep computer awake on active network/internet, programm or set timer

    Coffee will keep your computer wide awake while your network is active or a program. Coffee prevents standby when your traffic speed on a selected network adapter is above the user configurable threshold or specific software selected. It will keep computer awake without disturbing monitor sleep mode. Have option to delay xx minutes after software does not meet sleep block settings. Have option to send up key press.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Wake On Lan

    Wake On Lan

    A powerful WOL, ping, shutdown, GUI application.

    ATTENTION!!! Wol is now hosted on our own servers at http://wol.aquilatech.com. Wake On LAN, WakeOnLAN, shutdown software for Windows. A powerful WOL, ping, shutdown, GUI application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    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. It sounds complicated, and it is. IT IS ALSO TOTALLY...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17

    TemperatureMonitor

    Embedded System based Temperature monitor

    This is studying project in CUFE intended to develop a temperature and security system based on a microcontroller with a serial communication with PC The Embedded software is developed on AVR Atmega16 microcontroller while the PC user interface is programmed with C# .Net 4.5 Project Description: https://goo.gl/KK9Aqc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Burd's Proxy Searcher

    Burd's Proxy Searcher

    Desktop application for proxy searching

    You want to find free proxy, but it is so hard to do it manually? Just try Burd's Proxy Searcher program. It is looking for list of proxies in Internet with using of public search engines, checks if those proxies works in your Internet segment, gathers additional information. If you want to be anonymous and don't want to spend much time for manual search then this program was developed especially for you. Tags: the free proxy, proxy list, proxies, proxy for free, proxy providers
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 19
    GhostMAC

    GhostMAC

    Free and lite MAC address changer

    GhostMAC is a small tool that can change your system's MAC address. 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.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20
    MixRoutix
    Simple test For Mikrotik Router, application access to test Mikrotik Command with form. Simple scripting to Show Output Respons like default Command on mikroutik. Application Programmable Interface (API) allows users to create custom software solutions to communicate with RouterOS to gather information, adjust configuration and manage router. API closely follows syntax from command line interface (CLI). It can be used to create translated or custom configuration tools to aid ease of use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WinHosts Manager

    WinHosts Manager

    A GUI for easy management of the Windows Hosts file

    I was sick of having to find the hosts file, opening it in a text editor, modifying it, then open it again with elevated privileges because I forgot to do that the first time... That's why I created WinHosts Manager!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Wireless Network Manager
    This tool is built to manage wireless networks on Windows 8. You must have noticed that there's no tool with a GUI to manage wireless networks on Windows 8 like the one on Windows 7, so I thought I should create one. Written in C#. Targeted .NET 4.0. Tested on Windows 8.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Pingy

    Internet line monitor for mobile internet/wireless users.

    Internet line monitor for mobile internet/wireless users. This application provides a traybar Icon which instantly gives you an indication of the speed/quality of your current internet connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Wireless Access Point Service

    Wireless Access Point Service

    Turn any Windows 7/8 System into a WiFi hotspot

    NEW: 1.0rc1 Released! Coming in 1.1 - Automated configuration of ICS - Bridge mode configuration that allows for extending an existing wireless network - Configuration GUI (maybe) This configuration tool and simple windows service aide in turning any Windows 7/8 system into a persistent WiFi hotspot. in 1.0, you must still manually configure ICS (see the readme file included in the install for detailed instruction on doing so) Requirements: - A windows 7 or 8 system with a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SoftHotspot

    SoftHotspot

    SoftHotspot - Create wifi hotspot connection easily

    SoftHotspot lets you share Internet from your pc with your smartphone, laptop, media player, tablet and other pc. Easily create a WiFi Hotspot and connect all your devices. Share your WiFi, 3G, 4G and Ethernet connection with other devices. 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...
    Downloads: 1 This Week
    Last Update:
    See Project