Showing 83 open source projects for "remote-server"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 1
    RestSharp

    RestSharp

    Simple REST and HTTP API Client for .NET

    ... and asynchronous calls to remote resources over HTTP. As the name suggests, the main audience of RestSharp are developers who use REST APIs. However, RestSharp can call any API over HTTP (but not HTTP/2), as long as you have the resource URI and request parameters that you want to send comply with W3C HTTP standards. RestSharp can take care of serializing the request body to JSON or XML and deserialize the response. It can also form a valid request URI based on different parameter kinds.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    Bebop

    Bebop

    No ceremony, just code. Blazing fast, typesafe binary serialization

    Bebop enables schema-based, typesafe, binary serialization and code generation. It is designed to be a good fit for client–server or distributed web apps that require a faster, more concise, and more typesafe alternative to JSON or MessagePack, while avoiding the complexity of Protocol Buffers, FlatBuffers, and similar solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EASYBuilderEASYDATACenter

    EASYBuilderEASYDATACenter

    NET4.5 Simple Application Builder + Reporting

    Cheap RESTFULL / WEBSocket multiplatform backend Server Cheap NET4.5 Simple Application Builder + Reporting
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    TransferJsonConverter

    A custom JSON converter library with some useful features for ASP.NET

    A custom JSON converter library with some useful features for ASP.NET client-server application. It serializes objects to a JSON string, using the provided interfaces as templates, and including attributed fields not included in the interfaces. This allows you to pass objects from the storage layer through the model to the client, hiding specific data, while still storing it for postback from the client. It deserializes a JSON string into objects, reusing existing objects as targets...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    Myrtille

    Myrtille

    A native HTML4 / HTML5 Remote Desktop Protocol and SSH client

    Myrtille provides simple and fast access to remote desktops, applications, and SSH servers through a web browser, without any plugin, extension or configuration. Technically, Myrtille is an HTTP(S) to RDP and SSH gateway. User input (keyboard, mouse, touchscreen) is forwarded from a web browser to an HTTP(S) gateway, then up to an RDP (or SSH) client which maintains a session with an RDP (or SSH) server. The display resulting (or not) of such actions is streamed back to the browser, from...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    INDI Sharp

    INDI C# Client

    This project consist in a .NET/Mono assembly containing a simple INDI client and a WinForm that permits to connect to astronomical equipment INDI server, and to use drivers connected at it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PDFCreator

    PDFCreator

    Converts every printable document to PDF, JPG, PNG, TIF and more

    ... with a COM programming interface that allows to integrate PDFCreator in other applications and a server mode to share PDFCreator on a network.
    Leader badge
    Downloads: 984 This Week
    Last Update:
    See Project
  • 8
    IT-Remote Service Tools

    IT-Remote Service Tools

    Manage Remote Connections, RDP, SSH, Mikrotik, VNC

    Manage remote connections for Remote Desktop "RDP" , VNC Viewers, PuTTY , and Mikrotik. Easy to manage connections places, you can add , edit and delete connection place by just one click. IT-Remote Service Tools is secured with password with possibly to turn ON or OFF feature. Configurations file are Extensible Markup Language XML. Password are encypted with symmetric-key encryption that means the string can only be decrypted if the other party has the correct key (which is used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Object-Role Modeling (ORM) standard version 2, associated schemas and generation tools, and a reference implementation in the form of the Natural Object-Role Modeling Architect for Visual Studio (NORMA) product.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 10

    email-validation-api.com

    Email Address Verification API

    We provide a High Quality / Real-Time Email address Verification API. We perform checks on both local username and domain name parts of the Email address syntax. Our system evaluate a score based on the username syntax risk, as well as some deep server verifications, such as: MX records existence, SMTP host, open ports, and the answers after a socket conversation between our server and the SMTP host. Our API will answer to your requests using the output format of your choice, with the results...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ErpNet.FP

    Server for printing to fiscal printers

    ErpNet.FP is a light-weight cross-platform Http server facilitating printing to fiscal printers through simple JSON Api.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sooda is a library that provides simple yet efficient means for accessing relational databases from .NET languages such as C#, VB.NET, JScript.NET. It provides transparent object materialization, lookup, 1-N, N-N relations, XML serialization, transaction
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Easy Feed Editor
    ACTIVE DEVELOPMENT ENDED IN 2011. Use Easy Feed Editor to create your own feed. Easy Feed Editor supports both RSS and ATOM.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    DinkToPdf

    DinkToPdf

    C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine

    .NET Core P/Invoke wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF. Copy the native library to root folder of your project. From there .NET Core loads the native library when the native method is called with P/Invoke. You can find the latest version of the native library. Select the appropriate library for your OS and platform (64 or 32-bit). The library was not tested with IIS. The library was tested in console applications and with Kestrel web server both...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    A library for reading and removing DRM schemes from eBooks. The one and only purpose of said library is providing the ability to access the content of legally obtained eBook under conditions of DRM management server failure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sesame Windows Client
    A Windows GUI application for RDF. SWC is a client tool for a Sesame 2 RDF server or SPARQL endpoint, and can be used as a out-of-the-box local triplestore. It offers advanced SPARQL querying and handles Sesame server administrative tasks. This tool is no longer actively maintained as my priorities and interests have shifted away from .Net development. If you are interested in taking over, drop me a line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The AJAX Engine is a portable Ajax framework built upon webservice standards (SOAP, WSDL) on data transfer layer by providing proxies for JavaScript. Supporting: AJAX Actions, queuing, scheduling, AJAX enabled controls. Server side adapters are available
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Ajax Portal (WebOS and Portal)
    Ajax Portal (WebOS & Enterprise Portal). Ajax Portal is open source cross-platform cross-browser Web 2.0 / Web 3.0 solution which is based on a new architecture of WebOS and Enterprise Portals. Our Enterprise Portal can work as Mashup (WOA approach). The portal provides Portlet/Portal API, Services. It's posible to use the Decoration module of the portal as a part of the standard Web application (Web 2.0 / Web 3.0 application). Open Source allows you to try and evaluate our Web 2.0 /...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Time-Tracking/Project-Planning Software
    Time Tracking software works on a web based application and enables the organization to keep records of similar task’s timelines assigned to different employees, or actual time spent on particular projects. Technologies Used : C# .Net, Ajax, MS-SQL Server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Remote Support

    RDP-based Remote Support through (most) firewalls

    Remote Support is a simple solution aimed at providing RDP based remote support. Tunneling RDP traffic through firewalls and NAT is done with the help of a private proxy server accessible on the internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    CRMFacil Mobile

    An application for mobile devices for CRMFacil

    An application for sales force to introduce orders, complaints and new costumers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ID3.NET MP3 Tagging Library
    ID3.NET is a set of libraries for reading, modifying and writing ID3 and Lyrics3 tags in MP3 audio files. The core library is a portable class library compatible with the .NET Framework 4 and higher, Silverlight 4 and higher, Windows Phone 7.5 and .NET for Metro style apps. It also contains non-portable libraries that provide additional platform-specific support. ID3.NET also provides an extensible metadata discovery framework that can discover specific ID3 frame data (like album art,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Simple library for parsing and generating text in JSON data format.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    monoMIG
    Ever wanted to use a Wii Remote, pheraps a Multitouch surface or the Microsoft Kinect to control your application/game even if web based? If so, then MonoMIG (Multi Input Gateway) is what you are looking for!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Trx Framework

    .NET project for financial messages interchange supporting ISO 8583

    Trx Framework allows to build client/server applications to interchange financial messages. It supports many encoding/decoding mechanisms for fixed and variable field messages, including ISO 8583, XML and conditional formatting. It is highly customizable and extensible. Trx Framework also provides a flexible channel communication infrastructure supporting TCP/IP and other technologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next