After several toughts and discussions with myself i finally came to the conclusion of publishing the whole uavcast 5.x dev build publically as open source in hopes that community will make this project become better and more advanced.
uavcast 5.x has been re-written from the ground-up compared to the previouse versions, and are still missing key features before it is usable.
Run devbuld.sh
- Backend nodejs (Typescript)
- Frontend React (Typescript)
- Supervisor nodejs
Add backend/.env
SQLITE_DATABASE = '/home/uavcast/persistent/uavcast.db';
Add frontend/.env
REACT_APP_UAVCAST_VER = '5.0.0-rc9';