Open Source C# Networking Software - Page 4

C# Networking Software

View 338 business solutions

Browse free open source C# Networking Software and projects below. Use the toggles on the left to filter open source C# Networking Software by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    el2sl mean Event Lot to SysLog. This program start as windows service and send windows event logs to syslog server over network. Source code avialable on github: https://github.com/Sheridan/el2sl
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    FileM

    FileM

    File monitor (Local or Network) + optional backup

    FileM is project in [c#]/[.net4.0 Client profile] which allows to see what happens at definite directory or definite files / extensions, also it is able to monitor network directories as SMB. Simple - File Monitor. However FileM is standalone app and does not need admin permissions to stable work. Full info in "Browse All Files" at the bottom of page in README.txt file. If You have any questions or suggestions mailme: turbokoma@gmail.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    HttpRequester

    HttpRequester

    HTTP request utility designed with developers in mind.

    This program is a custom solution to the problem of requiring the use of a HTTP WebApi or similar resource from a language that lacks support for socket communication. The only requirement of the client language is that it has a standard I/O library and is able to execute system commands. You pass a JSON request body to this CLI tool and it will print a response JSON object to the standard out with usual HTTP response information, status, body, request time etc. See the wiki 'Getting Started' guide to see how to pass in parameters and start using HTTP from those awkward development platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Network Assistant

    Network Assistant

    Change DNS, IP and More.

    Downloads: 1 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 5
    OpenFirewall (only for windows XP)
    Only for windows XP OpenFirewall is based on two lines of defence first WIPFW ( Kernel-mode driver ) and second tdifw ( application-mode TDI-driver ) . Is a Windows firewall easy to use like the commercial products
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Simple tool to check if a port on a chosen host is open.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Process Explorer .NET is a replacement for TaskManager. The application shows all the processes running on the current machine, additional process data is listed with detailed Win32 threads info, DLLs and Handles.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Subnet Calculator

    Subnet Calculator

    Subnet Calculator

    Very simple subnet calculator written in C#. Designed to be lightweight and portable for quick daily usage. Feel free to contact me at orphamiel@yahoo.com if you wish to contribute.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    A tool for calculating IPv4 Subnet Masks for classless IP addressing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Telnet over HTTP proxy. Allows users behind firewalls to tunnel Telnet sessions over a HTTP connection. Server uses Java servlets with a Java or C# client.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    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: 1 This Week
    Last Update:
    See Project
  • 12
    This program allows you to connect to your work computer that is situated behind the firewall from home computer that can also be behind the firewall and get access to the work network
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    This is a VNC Administration application that uses active directory security groups and credentials matched against a SQL database to decide what computers an end user can connect too.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    VNC-Client for .NET is a VNC-Client written in C# using the .NET Framework. It allows you to interact with a remote computer running a VNC-Server.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A program for windows that lets you change ip profiles in an easy manner.
    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 UNNECESSARY. Why not have the DLL as managed code?? Why not simply reference the library in your project and just call its functions?? This project does just that Licence: LGPLV3.: In summary, the only thing we ask is if you improve / bugfix / extend the library then feed these changes back into the project by emailing jon_newcomb or requesting sourceforge access. Applications you develop that use this library are not covered by this licence and can remain closed source and commercial
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
     Abdal Admin Finder

    Abdal Admin Finder

    Find website admin page

    Find website admin page for pentester
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    .NET VNC Viewer is a VNC viewer written entirely in C#. It is binary compatible with Smartphones, Pocket PCs and Windows desktops (.NET CF or .NET Framework). I write this because other VNC viewers on Pocket PC do not do full screen and screen rotation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Abdal Subdomain Scanner

    Abdal Subdomain Scanner

    subdomain scanner

    A scanner to find subdomains of a site. This software is able to identify more than 220,000 subdomains.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Alchemy is a WebSocket/FlashSocket super scalable server and client project. You can find our source at https://github.com/Olivine-Labs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Anemasys is a network managemet system for small networks of Linux clients. It provides functions like state control and class based remote administration facilities. It consits of a collection of python scripts and an admin gui frontend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Anturi Tag4M
    This project includes both the libraries and applications created by Anturi Technology to communicate with Tag4M devices provided by Cores Electronic LLC. We want integrators and developers have the tools to build their own developments with Tag4M.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a program that will be able to trace programs that are opened while the program is running, and append the time, date, and the name of the program that was opened into a text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Asterisk Channels Live

    Asterisk Channels Live

    This is a PBX dashboard showing the peer,queue,agent at real time

    http://www.astchannelslive.com/sourceforge.php This is a dashboard work with Asterisk(FreePBX) any other installation: 1. Showing the peer status 2. queue,agent at real time 3. Hangup, Spy,....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AsyncWcfLib

    AsyncWcfLib

    Actor based programming using WCF and async-await.

    Note: There is a successor of AsyncWcfLib: https://github.com/steforster/Remact.Net AsyncWcfLib is a software library for distributed computing based on Microsoft WCF. AsyncWcfLib is a lightweight message bus bridging Windows and Linux by using the .NET Framework or Mono. It supports callback based asynchrony as well as the new async-await pattern available in .NET 4.5. AsyncWcfLib supports threadsafety through an actor based programming model. Actors are loosly coupled system units interacting by passing messages. Message objects are passed inside a process between actors running on different threads. Also, messages may be passed between actors running on different processes, hosts and operating systems. The library is designed for configuration free, asynchronous messaging. A router application is included. It discovers actors by their name on any linked host, even when host name resolution is not possible because of routing- or operating system limitations.
    Downloads: 0 This Week
    Last Update:
    See Project