Showing 25 open source projects for "delphi indy soap"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • PRTG Network Monitor | Making the lives of sysadmins easier Icon
    PRTG Network Monitor | Making the lives of sysadmins easier

    Stay ahead of IT infrastructure issues

    PRTG Network Monitor is an all-inclusive monitoring software solution developed by Paessler. Equipped with an easy-to-use, intuitive interface with a cutting-edge monitoring engine, PRTG Network Monitor optimizes connections and workloads as well as reduces operational costs by avoiding outages while saving time and controlling service level agreements (SLAs). The solution is packed with specialized monitoring features that include flexible alerting, cluster failover solution, distributed monitoring, in-depth reporting, maps and dashboards, and more.
  • 1
    DelphiWebStart
    DelphiWebStart (DWS) is an Application Loader with TCP Sockets based on a ThinClient first spread over the Web, VPN or Intranet. So a user can download data (exes, maps, files) from a list and start it. DWS supports OpenSSL including a PKI HTTPS-Server.
    Leader badge
    Downloads: 35 This Week
    Last Update:
    See Project
  • 2
    maXbox

    maXbox

    maXbox: Precompiled Object Based Scripting Tool

    maXbox: Precompiled Object Based Scripting Tool maXbox is a free scripter tool with an inbuilt object pascal delphi engine in one exe! It is designed for teaching, develop, test and analyzing apps and algorithms and runs under Win, Mac and Linux (CLX) to set code in a box without installation and no administration. The tool for 32 and 64-bit is based on an educational program with examples and exercises (from biorhythm, REST services , form building to how math works). Pure Code for Object...
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3

    Fritzbox

    Access to the TR64 API of a Fritzbox

    A Fritzbox has an integrated TR64 (SOAP) server which allows to query data and to change the configuration. The project has a Free Pascal (Lazarus) unit to access this API. The unit may be used with Delphi too. There's also a test application (Lazazus) to read the Fritzbox TR64 data and a Deskband to show some Fritzbox data in the taskbar (Lazarus). Last changes: 2021-09-19 Major update and bug fix of FritzboxBand. User/Passsword dialog working. Debug logging working. 2021-09-21 Check...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Fiskalizacija za Delphi

    Delphi biblioteka za fiskalizaciju u Hrvatskoj

    Delphi biblioteka za CIS porezne uprave u Hrvatskoj (fiskalizacija računa). Omogućuje jednostavno generiranje, potpisivanje, slanje i provjeru potpisanog XML-a. Lib je temeljen na xmlsec i openssl-u.
    Downloads: 1 This Week
    Last Update:
    See Project
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 5

    indysoap

    SOAP/WSDL library for Delphi (version 5 -> XE3+)

    IndySoap is a Open Source Library for implementing Web services using Delphi/CBuilder Compilers. IndySoap isn't tied to Indy for transport services, though Indy based transport services are included. Feature List: *RPC and Doc|Lit support *Soap using Interfaces *WSDL generation *WSDL importer *Extensively DUnit tested *many other things
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Delphi Cool Overlap Socket Class

    for delphi programmer to develop socket applications

    there is INDY for winsock development,but it's not so good for our projects,so I decided to write a better,pure TCP socket,it's asynchronous,base on WinSock2,use Overlap-I/O,it's a client class,but also can be used as a server class,so it can bind to specific port,even multiple ports,it uses multiple thread techlogy to improve recv/send efficiency. So,it's not the best TCP class,and delphi is an older IDE,but I hope my work can be used by more people around the world, not only my teamates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OTRkeyfinder

    OTRkeyfinder

    Processes the site otrkeyfinder.com.

    Ever wanted to use Otrkeyfinder.com, but didn't want to use a browser. Or did you ever think "It's stupid, to have to open a web browser to search for the files."? - This is a solution for you. User interface is German. Does not work behind proxies. Extract zipped files with http://www.7-zip.org/ . GERMAN: Wolltest du jemals Otrkeyfinder.com benutzen, wolltest aber keinen Browser-Tab dafür öffnen, oder hast du gedacht "Ich will jetzt aber keinen Browser öffnen, nur um die Seite...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    XML-RPC for Delphi is a library used on the server or client side of an XML-RPC communication. It is designed to compile under Delphi for Windows and Kylix for GNU/Linux. XML-RPC for Delphi requires the Open Source Indy components be installed.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    We are developing a set of Delphi components to communicate with a ModBus PLC over TCP/IP. The library provides components to implement both a ModBus master and a Modbus slave, and is based on the Indy component set (both Indy 9 and 10 are supported) De source code of the project has been moved to GitHub!
    Leader badge
    Downloads: 47 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10
    TCP/IP  DELPHI&INDY10 CLIENT SERVER DEMO

    TCP/IP DELPHI&INDY10 CLIENT SERVER DEMO

    INDY 10 TCP CLIENT SERVER DEMO SAMPLES

    very basic demo of a client - server application using INDY 10 components ( TIdCmdTCPServer , TIdCmdTCPClient ) . source code for Delphi 2010, XE & XE2 .**** Please use the SVN to download the demo samples (see tutorial for SVN for more details) *** sample 01: string exchange -> working sample 02:record /bytes exchange -> working ; 02B : compared to the initial version , here GENERIC RECORD TYPES are used. 02C : extension of version 02B , you may send record type A and get record Type...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Conscriptus

    Conscriptus

    Conscriptus Meet up!

    Web and cellphone mobile application to assist persons, groups and companies assign a meeting at the suitable place and time according to their location and time sheet and shared resource planning. Includes goods and service public catalog, shared by people to coordinate their efforts. Affordable for use anywhere and can installed at the company's web site or cellphone thanks to low technical requirements. Implemented in pure C. Designed as SOAP service to easy integration with other systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SimpleEmail

    A simple E Mail client in DELPHI/PASCAL

    A very simple E Mail client written in DELPHI / OBJECT PASCAL using INDY 10 & DELPHI XE 2 , More or less for training and education purpose. Anyhow you can already read & write emails. /(will upload latest code version soon, trouble with svn and sourceforge) 28-2-2013
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    AutoPigeon

    Controlling software for automated touch-screen testing device

    AutoPigeon is a controlling software for automated touch-screen testing device AutoPigeon was programmed in Delphi 7 (Copyright © 1983-2002, Borland Software Corporation) Dependencies TComPort by Dejan Crnila https://sourceforge.net/projects/comport/ Indy 10 for Delphi 7 http://www.indyproject.org/ unofficial DelphiX by Mr. Hiroyuki Hori http://www.micrel.cz/Dx/ iButton®: 1-Wire® SDK for Windows http://www.maxim-ic.com/products/ibutton/software/windowsdk/index.cfm 1...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PSV Delphi Components Library contains set of Open Source Delphi components for Delphi 5-2007 * php4Delphi * ISAPI and CGI support for Indy * RichEdit Syntax Highlighter * Windows Dialogs Library
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    This is an open source Email client for Borland Delphi with source code. It uses Indy controls as well as PBears HTML Viewer Component and BSALA EmbeddedWB (updated versions for Delphi 2009 are here). It is IMAP, POP3, MAPI and SMTP compatible.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    IndySoap is an Open Source Library for implementing Web services using Borland Pascal Compilers. IndySoap isn't tied to Indy for transport services, though Indy based transport services are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This a simple DLL that permits to resolve an host name by the NetBios protocol under Windows operating systems, without any MS NetBios API implementation, but simply by a RFC-UDP request. It uses a free open source components set called Indy Components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Collection of Internet Protocol demos. TCP Server with commands, file transfer. (basic sockets, Indy 9, Indy 10) IRC demo (Indy 9) POP3 SSL demo (Indy 10) streaming, html
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    WebProvider - The Open Source CGI WebBroker replacement. It allows you to develop CGI applications in Apache environment with the Open Source versions of Kylix. It has a very small size compared to WebBroker and works fine with Indy, IndySOAP (web serv
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    IRC Daemon (IRCd, IRC Server) coded in Delphi/Kylix using Indy components. Easy to use and light irc daemon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    IRC Client (eventually a plugin for Miranda), Supports most IRC options, DCC send/receive, chat, FServer. Multiple profiles (concurrent servers), animation. Using Delphi 5, Delphi 7, Indy, TWebBrowser (or a TRichEdit if IE not installed)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Allows tunneled connections to Internet resources via TCP/IP optionally using an HTTP Proxy (must support CONNECT). Maps a port on an accessible machine to a destination. Uses D7 w/ Indy 9. Feel free to e-mail me with comments / suggestions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SOAP API for accessing FastMail.FM
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An open source suite of beans and API for client and server development of popular internet protocols. This project is a Java port of the immensly popular set of Indy components for Delphi and Borland C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Internet Direct (Indy) - An open source internet component suite comprised of popular internet protocols. Both client and server implementations are included as well as full source code and comprehensive demos Indy is an open source internet developmen
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next