It's been a while, but I've been slowly expanding out Nesper and testing it. 
I've reached a nice milestone: it's now possible to build the entire project 
using Nim!

You can see the updated wifi example docs: 
<https://github.com/elcritch/nesper/blob/master/esp-idf-examples/simplewifi/README.md>

Here's the Nim file: 
<https://github.com/elcritch/nesper/blob/master/esp-idf-examples/simplewifi/main/wifi_example_main.nim>

It'd fun to compare the difference of a Nim api vs the native C api. The 
documentation is still lacking for the api, but most of the "Nim-ified" api's 
live under `nesper/*.nim` while esp native api's are under `nesper/esp/*.nim`. 
There's also a few tests now too. 

Reply via email to