OK, botched it there I think, but I actually got MM up working on my BBBW. 
So I know Mongoose Meerkat WILL work on a stock BBBW. Read the Raspberry Pi 
thread for some background on how I did it. Its basically a customized 
simple_web_server.c build from MM's examples.

OK, I've zipped up the files that will work with a BBBW Rev C stock 
Angstrom distro with the build done manually.

https://www.mediafire.com/?9m1mm1u9a692u6w

What you do is extract them to your PC. There are 4 files (they are 
customized for the the currentAngstrom btw), but you can customize it 
further by changing variables in the httpd.c file. It is set up right now 
for port 8080 (as the BBB is already using port 80) and you manually mkdir 
your htdocs directory to the same directory as the httpd.

How you build is from shell script by "chmod 777 mh" and then invoking the 
"./mh". It should build clean, and then run the resulting daemon with 
./httpd . Connect to your BBB with a browser and for the URL type: 
192.168.7.2:8080 (or it might be 8081, check the source in httpd.c) with 
the BBBW in teathered mode.

The dumbest thing ever is that there is no ftp client in Angstrom, so what 
you have to do is cut and paste the entire file into pico/nano and save 
there. This is workable for just 4 short text files.

If you do this exactly, you should have a workable embedded web server in 
about an hour or two.


On Wednesday, March 8, 2017 at 7:22:31 PM UTC-7, woody stanford wrote:
>
> You need to get some kind of web page serving up on a Beagle. This should 
> work.
>
> https://www.raspberrypi.org/forums/viewtopic.php?f=33&t=176763
>
> A claim.
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/9e71b205-0103-4636-afba-fb172482dd5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to