# Tiny Application server for ThingPark Script to automatically build a tiny HTTP Application Server statically for crossplatform. Packets are stored in a sqlite3 database. # Requirements - arm6, arm7, riscv64 ``` sudo apt install gcc-arm-linux-gnueabi \ g++-arm-linux-gnueabi \ gcc-arm-linux-gnueabihf \ g++-arm-linux-gnueabihf \ cpp-riscv64-linux-gnu \ gcc-13-riscv64-linux-gnu \ musl-dev \ musl-tools \ musl ``` - aarch64 ``` TODO ``` # Build time Building single file sqlite3 is long. On **Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz** with 4 cores and 16GB RAM took 6min30s to complete all targets.