Action Item #457
Updated by Hammel over 9 years ago
This is the start of the API layer in PiBox. Libraries to create: # Network (from piboxd, bui-network-config) # Include smb support # Add bluetooth config # config.txt handler - changing RPi configuration such as audio output and hdmi setup # App messaging (see RM #433) More to come. See * "examples of how to create libraries within programs":http://socgsa.cs.clemson.edu/seminar/tools06/resources/08_autotools/automake.htm (like with bui-network-config). * "Whose afraid of autotools":https://autotools.io/whosafraid.html (better example) * "How to write shared libraries":http://www.akkadia.org/drepper/dsohowto.pdf * "Good practice in library design":http://www.akkadia.org/drepper/goodpractice.pdf design":http://www.akkadia.org/drepper/dsohowto.pdf * "Program library howto - shared libraries":http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html