-
I use org.nanohttpd:nanohttpd:2.3.0 in android studio, there is an error in the row 363 in SimpleWebServer.java.
`r = new NanoHTTPD.Response(Response.Status.OK, MIME_PLAINTEXT, null, 0);`
The error m…
-
I'm using the example AP_SimpleWebServer, and i can connect one client, but not two.
After adding the line in setup(), WiFi.setPins(8, 7, 4, 2); code runs and I can connect my Android phone to this…
-
When using the [AP_SimpleWebServer.ino](https://github.com/arduino-libraries/WiFi101/blob/master/examples/AP_SimpleWebServer/AP_SimpleWebServer.ino) example, the server socket is no longer in a listen…
-
warning C4996
'boost::asio::basic_socket::cancel': By default, this function always fails with operation_not_supported when used on Windows XP, Windows Server 2003, or earlier. Consult documentatio…
-
Hi,
I'm starting the server passing www files in SimpleWebServer, but there is a delay to call WebView.loadUrl(localhost...), there is a callback saying "i'm fully loaded"?
-
We can install boost 1.70.0 through brew on Mac now, but got failed to build Clipper on Mac with boost 1.70.0. Error message is here, I think this is from SimpleWebServer.
```
In file included from …
-
beginAP now reports `bringup() ERROR: -3020` after 60 seconds
update: using AP_SimpleWebServer example, this failure is only occuring when using a version of libmbed.a I compiled myself. The stock 4.…
-
I am looking for a library or wrapper based on standalone. The author has easy to use HTTP HTTPS implementation. Is there any plan to maintain https://github.com/chriskohlhoff/urdl?
-
My local website (study purposes) is completely encoded in ANSI, even if my natural language is pt-br (portuguese Brazil).
When I try to navigate (from server itself or from any other device OS-indep…
-
I want to fuzz a web service with "ProcessMonitor".The OS is win10. The boofuzz run on python 3.8.3.The web server run on python 2.7.18.
The fuzz code is like this in FuzzWithMon.py:
```python
#!co…