EmbedthisAppweb is afast, littleembedded Webserver. It isunmatched inefficiency andserves pages atnative speed,using anevent-driven,non-blockingcore to servemultiplerequests usingminimalresources. Ithas integratedcaching and theESP"C"Web framework.Withoutcompromisingperformance, ithas extensivesecuritycontrols and arigoroussecuritysandbox thathelps protectthe server andmitigatedenial-of-serviceattacks. It isone of the mostwidely deployedembedded Webservers
SQLite is alightweight andembeddabledatabase.It's fullyACID and SQL92compliant with100% testcoverage. Asstorage asinglecross-platformdisk fileformat is used,which may be upto terrabytesin size. Itrequires nosetup andlittleadministrativework. SQLiteitself has asimple yetexpandable API.Bindings formostprogramminglanguages existon all majorplattforms.
Picocom is aminimaldumb-terminalemulationprogram. It is,in principle,very much likeminicom, onlyit's"pico"instead of"mini"! It wasdesigned toserve as asimple, manual,modemconfiguration,testing, anddebugging tool.It has alsoserved (quitewell) as alow-tech serialcommunicationsprogram toallow access toall types ofdevices thatprovide serialconsoles. Itcould alsoprove useful inmany othersimilar tasks. It is ideal forembeddedsystems sinceits memoryfootprint is mi
The SimulAVRprogram is asimulator forthe Atmel AVRfamily ofmicrocontrollers(ATtiny andATmega).SimulAVR can beused eitherstandalone oras a remotetarget foravr-gdb. Thereare interfacesfor Python andTcl. When usedin gdbservermode, thesimulator isused as aback-end sothat avr-gdbcan be used asa source leveldebugger forAVR programs.
I am desiringto turn myuniversitycapstoneproject into afree softwareproject, whichyou can view athttp://www.cse.uaa.alaska.edu/capstone/?q=node/29. CVPI is acomputer visionlibrary thatutilizes OpenVGto performimagemanipulation. I usedhttp://homepages.inf.ed.ac.uk/rbf/HIPR2/wksheets.htmas a guide forwhatfunctionalityto implement. Working testcode can befound in the`tests'directory. Thecode currentlyonly works withthe RaspberryPi runningRaspbian. Ifyou have asingl
PolarSSL is alight-weightcryptographicand SSL/TLSlibrary writtenin C. PolarSSLmakes it easyfor developersto includecryptographicand SSL/TLScapabilities intheir(embedded)applicationswith as littlehassle aspossible. Loosecoupling of thecomponentsinside thelibrary meansthat it is easyto separate theparts that areneeded, withoutneeding toinclude thetotal library.PolarSSL iswritten withembeddedsystems in mindand has beenported on anumber ofarchitectures,including