Come up with a creative <team_name>.
Get started with:
curl -H "Authorization: Bearer <team_name>" -X POST http://157.230.103.230:10300/challenge/drone
Or using httpie
:
http -v POST http://157.230.103.230:10300/challenge/drone -A bearer --auth <team_name>
Receive further instructions:
curl -H "Authorization: Bearer firstname.lastname" -X GET http://157.230.103.230:10300/challenge/drone
Or using httpie
:
http -v GET http://157.230.103.230:10300/challenge/drone -A bearer --auth <team_name>
Then, use your preferred language and go!
Beyond the instructions above, you can also clone this repository and use it as a starter template. It's a nix
-powered Rust project that should save you some time setting things up.
Tip
Using this template is completely optional. If you want to start from scratch and fight dependencies yourself, go for it!
If you want to watch everything live, there will be a screen in the room with a 3D view of all the current attempts. This will also contain the leaderboard, so you can see who's in the lead!
Otherwise, check out http://157.230.103.230:8080/
from the comfort of your own screen.