There is hope yet! It works, and I get up to 420 Hz. The httpGate command seems to execute, however, if I put in http://localhost the page cannot connect. I have to put in http://localhost:8080 in both Firefox and Midori (Opera). Is there a way to know if httpGate is running? I don't see it with pgrep or htop. Thanks!
Rob On 16 April 2016 at 19:32, Alexander Burger <[email protected]> wrote: > On Sat, Apr 16, 2016 at 07:02:57PM +0700, Robert Herman wrote: > > Cool. I am only getting around 2.80 Hz maximum over my 3G/4G WiFi > hotspot. > > I usually see 150 KBs to 300 KBs (1.2 to 2.5 mb/s). > > In fact it is not the data rates but the ping times which are relevant > here. > > > > I cannot run the example locally for some strange reason. I had the > > rectangle example working earlier. Does this example require running > > httpGate too? I kind of know what the -main and -go do, but can you > explain > > in case I am missing something? > > I start it as > > $ ./pil misc/canvas.l -main -go + > > and then point the browser to http://localhost (with httpGate running on > port 80). > > If httpGate is not running, point the browser to http://localhost:8080, > but note that then JS won't fire up immediately (due to the same-origin > policy of XMLHttpRequest). Just click any button or the "Single" link to > get it going. > > ♪♫ Alex > -- > UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe >
