Projects
Software⌗
Current⌗
-
confinebot, a more modern alternative to the famous eBot CS:GO match manager.
-
arduino-u2fhid, an effort to make a U2F FIDO compatible key from an Arduino Micro. Turns out the Arduino isn’t fast enough to implement the protocol (especially generate the ECDSA keys). I will try to port the code to ESP32 soon :)
Past⌗
-
a port of LEDE 17.01 for my TP Link TL-850re v2 wifi AP (device with a NAND flash of only 4 MB). Not quite working at this time, device boots, failsafe mode works (luckily) but wifi & ethernet don’t in normal mode.
-
mini, a minimal init system written in Rust (my first project in this language!). Its main set of features is nearly complete, it just lacks start/stop services support.
-
langate2000: a captive portal written in Python that authenticates users on the network, used at the InsaLan event. I was in charge of the frontend and some backend code.
-
rainbow, a distributed rainbow table implementation written in C using the OpenMPI library, made as part of an internship at IRISA, supervised by Pr. Gildas Avoine.