Code

This is where I publish bits of code that I believe may be of use to someone else somewhere. At present, I mostly publish Delphi Libraries here although you may find occasional bit of something else.

  • dOAuthBase – A Delphi OAuth Class directly translated from the C# Base Class that Eran Sandler contributed  to the OAuth Project. Does not currently implement all available signing techniques until I’ve tested them a bit more thoroughly.[Delphi Prism Library]
  • TMQTTClient – A Delphi Client library for the MQTT protocol. Useful if you need to connect to a Message Broker such as the RSMB or any broker that supports IBMs Websphere MQTT protocol. Supports both Publishing and Subscribing to messages. Published under the MIT-License. [Delphi Library]

As usual, if you find any bugs or have any improvements to contribute then please do let me know. My hope is that at least one person will find at least one of these useful!

DelphiDelphi Prism