Hi,
Not sure if anyone have done this already, but I converted the
libmosquitto (which is a C-written MQTT client library) header
(mosquitto.h) to Free Pascal, so it allows using libmosquitto from Pascal
code. I work on some IoT projects lately which transfers data over MQTT,
and I wanted to write
On Thu, Mar 14, 2019 at 11:55 AM Karoly Balogh (Charlie/SGR)
wrote:
>
> Hi,
>
> Not sure if anyone have done this already, but I converted the
> libmosquitto (which is a C-written MQTT client library) header
> (mosquitto.h) to Free Pascal, so it allows using libmosquitto from Pascal
> code. I work
El jue., 14 mar. 2019 a las 13:14, Karoly Balogh (Charlie/SGR)
() escribió:
>
> Hi,
>
> Not sure if anyone have done this already, but I converted the
> libmosquitto (which is a C-written MQTT client library) header
> (mosquitto.h) to Free Pascal, so it allows using libmosquitto from Pascal
> code.
Hi,
I would like to unzip a file that contains folders and files from a stream.
Can this be done with TUnzipper? Anyone has an example?
Rgds, Darius
<#m_6214636624668668523_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
___
fpc-pascal maillist - fpc-pascal@lis
Hi,
On Thu, 14 Mar 2019, Marcos Douglas B. Santos wrote:
> > So in case anyone needs this:
> >
> > http://github.com/chainq/mosquitto-p
>
> Good job.
>
> I'm thinking use some like that to split a big desktop application
> code into few other applications, maintaining a communication among
> them
El 14/3/19 a les 23:23, Darius Blaszyk ha escrit:
Hi,
I would like to unzip a file that contains folders and files from a
stream. Can this be done with TUnzipper? Anyone has an example?
procedure ZipInstall(const sourcezip, destdir: string;
splashwindow:TSplashWindow);
var unzipper:TUnZip