Re: [USRP-users] Web server on E310

2017-07-20 Thread Steve Ringwald via USRP-users
I wasn't aware of that code; it sounds useful but I don't see much documentation on it concerning the web interface. I was thinking about using apache2 as disk space isn't much of a concern for my application, or maybe Nginx as it seems better suited for embedded devices, but I'm really just lookin

Re: [USRP-users] Web server on E310

2017-07-18 Thread Martin Braun via USRP-users
It's pretty raw, but there's fosphor code in gr-ettus that displays stuff via browser. See here: https://github.com/EttusResearch/gr-ettus/tree/master/web Don't ask me any questions about it :) -- M On 07/17/2017 08:48 AM, Steve Ringwald via USRP-users wrote: > Hi, > > > > I’m currently runn

[USRP-users] Web server on E310

2017-07-17 Thread Steve Ringwald via USRP-users
Hi, I’m currently running a C++ application on the E310 which sends/receives some data to a client through TCP. Instead, I’d like to run a web server on the E310 so that a client could connect with a browser to a site with a basic GUI, and the C++ program would interact with the server instead o