https://github.com/btbytes/modbus-vala
Vala Bindings to libmodbus
https://github.com/btbytes/modbus-vala
Last synced: about 2 months ago
JSON representation
Vala Bindings to libmodbus
- Host: GitHub
- URL: https://github.com/btbytes/modbus-vala
- Owner: btbytes
- Created: 2010-10-21T04:09:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-21T04:28:34.000Z (over 15 years ago)
- Last Synced: 2026-01-15T15:53:41.187Z (3 months ago)
- Homepage: http://btbytes.github.com/modbus-vala
- Size: 97.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
This is the vala bindings to libmodbus library.
* [Vala Bindings](http://live.gnome.org/Vala/Bindings)
* [libmodbus](https://launchpad.net/libmodbus)
## Steps to generate the `.vapi` file
$ vala-gen-introspect modbus modbus
$ vapigen --library modbus modbus/modbus.gi
Version 0.11.0 is used.
Todo: Examples -- {tcp,rtu} x {master, slave}