node-newtmgr has been updated and now includes: - echo - reset - stat - log_list - log_module_list - log_level_list - log_clear - log_show - image_confirm - image_list - image_corelist - image_test - image_upload
Ive also exposed image_upload to http://nnewtmgr.surge.sh/ which means you can now upload firmware from browser or android on nrf52 devices. nrf51 devices have issues were working on in another thread On Tue, Apr 4, 2017 at 4:16 PM, Jacob Rosenthal <[email protected]> wrote: > @Sterling Im experimenting with a streams style which I think leads to > really clean and composable parsers... > > Its supposed to also lead to really composable and clean api usage as > well, but thats starting to break down already as mapping hardware to > streams is kind of a nightmare as it turns out and hasnt really been done > by anyone else as far as I can tell. > > But I do have a proof of concept up in a browser now finally. > http://nnewtmgr.surge.sh/ source code here https://github.com/ > jacobrosenthal/web-newtmgr > > > On Sat, Apr 1, 2017 at 11:58 AM, Fabio Utzig <[email protected]> wrote: > >> With Jacob announcing it on April Fools I was not so sure, but seems >> legit, very cool indeed! ;-) >> >> On Sat, Apr 1, 2017, at 02:06 PM, Sterling Hughes wrote: >> > Very cool, that’s awesome! I looked at the code, I wasn’t expecting >> > node to handle binary data so well. >> > >> > BR, >> > >> > Sterling >> > >> > On 1 Apr 2017, at 10:01, Jacob Rosenthal wrote: >> > >> > > I started porting newtmgr to node. Ive got Current transports include >> > > serial and ble. Current commands include list, test, confirm, reset. >> > > https://www.npmjs.com/package/newtmgr >> > > >> > > Next up, more commands, and some testing webpacking it so I can >> > > utilize it >> > > front end javascript with webble -- and mobile with phonegap and react >> > > native. >> > >
