Hey guys, currently there exists some Projects that uses a ttn file to start/initialize there programs on the tomtom devices. This is a Problem for most users to get different project working together like height and my ttmplayer. So Joghurt and me developed a small init system to make it user friendly for the projects and the users. Our system got a file structure like this
/ttn <- base ttn file to start the ttninit binary below
/ttninit/daemon/ <- directory to start scripts/binarys like system( "... &" )
/ttninit/wrapper/ <- directory with libraries to preload for the ttn process
/ttninit/bin/ <- binary directory
/ttninit/bin/ttninit <- binary file that initialize the system
/ttninit/run/ <- directory to start scripts/binarys like system( "..." )
It would be great to hear what are you think about them. Sources can be found at https://sourceforge.net/projects/ttninit/
