Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 1.49 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.49 KB

Delphi Android WebBroker Webserver


Update: This is built into Delphi as of 10.4.x


This is a standalone Web Broker app ported to Android. It has a TDataModule instead of a form, so there is no GUI. It is tested to work under Android Things and Emteria.OS on Raspberry Pi 3.

There is also a C++Builder version.

I created a slide deck that walks through this in more detail. You can find the latest version on Google Slides, or it is in this repository as a PDF too. I have a blog post with more information as well.

You will need to copy the following files (and possibly more) from your RTL folder into the RTL subfolder to compile for Android since they are not included in the Android package:

  • Web.WebReq.pas
  • Web.WebBroker.pas
  • Web.WebConst.pas
  • IdHTTPWebBrokerBridge.pas
  • IdCompilerDefines.inc

This isn't officially supported, and only has limited testing. Your mileage may vary.

This was developed and tested in Delphi 10.3.1 Rio.