phastmike / libmosquitto_vapi

Hand cooked libmosquitto vapi file for vala.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libmosquitto.vapi

Attempt to create, manually, a VAPI file for libmosquitto.

Vapi File

libmosquitto.vapi is located in vapi folder.

Disclaimer

Not fully tested (Work in progress but usable).

Examples

The C example from libmosquitto man page is presented in Vala (example_sub.vala).

How to test it?

Run make then run example_sub:

$ make $ ./src/example_sub

Source code files (vala,generated C) are located in the src folder.

References

About

Hand cooked libmosquitto vapi file for vala.

License:MIT License


Languages

Language:Vala 62.5%Language:C 35.2%Language:Makefile 2.3%