Post topics, source code that relate to the Arduino Platform

User avatar
By EasyIoT
#6617
Kalix wrote:Hi EasyIoT,

First of all I really like the library and screenshots I have seen so far.
I do not own or plan on buying a raspberry pi but I am using arduino's in combination with esp8266 modules.
Are there any plans to make the server executable run-able on an iis server?
I took a look at the libraries and they are all .net based so I do not think it would need much rework.


Yes, this is actually good idea. I can release Windows version of EasyIoT server. On next release I will also release Windows version of EasyIoT server.
User avatar
By Kalix
#6660
EasyIoT wrote:Yes, this is actually good idea. I can release Windows version of EasyIoT server. On next release I will also release Windows version of EasyIoT server.

I am looking forward to the next release then.
User avatar
By gmc
#6793 I don't seem to be having much luck getting this working. I'm getting the ESP to connect to my internal web server. I can see the request being made - buts there is no HTTP GET payload

I've used the temp_humidity example and changed the ssid/password/server/port.

Any ideas?

Request on my apache server:
192.168.1.176 - - [09/Jan/2015:13:27:43 +0000] "-" 408 - "-" "-"

Here is a screenshot of the output:

http://postimg.org/image/61pyonept/
User avatar
By EasyIoT
#6806
gmc wrote:I don't seem to be having much luck getting this working. I'm getting the ESP to connect to my internal web server. I can see the request being made - buts there is no HTTP GET payload

I've used the temp_humidity example and changed the ssid/password/server/port.

Any ideas?

Request on my apache server:
192.168.1.176 - - [09/Jan/2015:13:27:43 +0000] "-" 408 - "-" "-"

Here is a screenshot of the output:

http://postimg.org/image/61pyonept/


Apache server?? You must send requests to EasyIoT server. No need for Apache server. If you are using Apache server and EasyIoT server on RaspberryPi, they shouldn't be on same port.