Sourcecode for the Gitin project.
Gitin helps to keep track of devices and their connections, rooms network cables run through, purchase value, IP-adresses and history etc.
Gitin = Desktop program (full interface)
GitinCLI = command line program (basic use)
Target: Linux desktop
Uses: Gambas3 http://gambas.sourceforge.net
Uses: mysql/mariadb database for storage
See ReadMe.txt and other documention in the package and on the site
Started end 2016, under GPL 3+
https://sourceforge.net/projects/gitin/
Use:
- unpack the tar.gz file, it will form the gambas project directory.
- open from Gambas3 IDE. Test run from IDE.
- create the database structure from gitin.sql (help: phpMyAdmin)
- gitinExample.sql can be used as well; it contains some sample data
- compile with gambas3 to executable (gambas3 runtime needed - see your package tool)
More detail:
https://sourceforge.net/p/gitin/wiki/