We offer many ready-to-use apps, among them a serial-over-IP (SoI) app and Modbus Gateway app.
| Release Date: | 30 November 2010 |
| Project files: | Open GitHub repository |
| Platforms: | |
| Library: | |
| Try it on: | Any programmable Tibbo device |
This library was created by Ivan Korposh of SCANCODE Russia.
The MySQL library lets you use any EM1000-based Tibbo device as a MySQL client. The MySQL server should not be older than v4.1. The library allows you to connect to the server and send any MySQL request — whether it is for creating tables, deleting columns, updating or inserting data, or selecting data from a table.
Working with the library is quite easy. Just add the file to your project, set the MySQL server address, and execute sql_ init() and sql_connect("login","password", "database"). That's all it takes to connect to a server! Then, using sql_request("request") you can execute any available action from your database.