Commit graph

2 commits

Author SHA1 Message Date
38125a51a1 Add documentation for remote forms system
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 18:55:32 -06:00
ae2aef0119 Add remote forms system: DFM converter, server library, and client engine
Text-based protocol for serving Delphi-designed forms over serial.
dfm2form converts binary DFM (TPF0) to protocol commands on Linux.
formsrv loads .form files and sends/receives via pluggable transport.
formcli creates native Win 3.1 controls and routes events back to server.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 18:35:54 -06:00