Sources for Linux/Windows: sqlite_sockets.zip
Windows binaries : Sqlite_server.exe, requires sqlite.dll and cc3250mt.dll (or compatible)
Client library sqlite_client.dll
Small client test programm sqlite_client_test.exe for Client library
The URL format goes like this: "192.168.0.1:5000/mydb.sqlite"
On assumption, that server is listening at port 5000 and mydb.sqlite is database file in directory of the server.
There are some (known) limitations by now:
Works only on x86 (32bit) machines (Network byte order for int type)
No user defined functions.
No .....Printf methods from original C++ Interface are supported.
empty_callbacks and other flags couldn't be supported by now.
17.Jun.2004
Alex K.