Changes between Version 102 and Version 103 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
08/18/26 14:05:23 (2 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DevVMTechnical

    v102 v103  
    117117||lib825sql||https://tech.825spectrum.com/svn/arm825/libraries/lib825sql/trunk New apps wanting to use C++ wrapper functions for sqlite should use this instead of libsql3_7_9 or libsql. This library provides the C++ wrapper but does not have sqlite3 static code included. Apps using this will use /usr/lib/libsqlite3.so library dynamically loaded. This is a much more current version of sqlite3.||
    118118||lib825db||https://tech.825spectrum.com/svn/arm825/libraries/lib825db/trunk Wrapper code to allow apps to use common code for SQLite and MySQL. Apps may add a configuration screen to select database type and settings. App startup code can then open the database based on the settings. This may become a replacement for lib825sql for new app development.||
     119||libmodbus_sl||https://tech.825spectrum.com/svn/arm825/libraries/libmodbus_sl/trunk Library for modbus communications||
     120||libEIP||https://tech.825spectrum.com/svn/arm825/libraries/libEIP/trunk Library for Ethernet/IP communications||
    119121||lib825||https://tech.825spectrum.com/svn/arm825/libraries/lib825/trunk Library for old style application compatibility. Should not be used for new applications||
    120122||libapp||https://tech.825spectrum.com/svn/arm825/libraries/libapp/trunk Library for old style application compatibility. Should not be used for new applications||