greg5678

Results 6 issues of greg5678

So, it seems the Particle Photon's network functionality isn't working on the current version of Nuttx, but it does work on Nuttx 8.2. Is it possible to get netcat working...

Here are the commands I've used. ``` $ mkdir nuttxspace $ cd nuttxspace $ git clone https://github.com/apache/incubator-nuttx.git nuttx $ git clone https://github.com/apache/incubator-nuttx-apps apps $ cd nuttx $ ./tools/configure.sh -l photon:wlan...

I followed all of the instructions in the README. `FIRMWARE_DIR` is set to the proper location (in my case that is at `/home/test/firmadyne/`. I also copied `fat.py` and `reset.py` into...

I am trying to run sifter.py with sudo but it keeps crashing almost as soon as it has started. Any idea what is causing it to crash? ``` sudo ./sifter.py...

I downloaded a copy of sandsifter from github. I then compiled with sudo make -j8. `sudo make -j8 cc -c injector.c -o injector.o -Wall injector.c:321:2: warning: excess elements in array...

I installed pip and installed webob and webapp2 but I don't know how to fix this error sudo python main.py Traceback (most recent call last): File "main.py", line 26, in...