Hi, I'm on initial stage of developing a project in which around 50 arduino will have to send their data to local web address through ethernet shield.
So my query is , is that possible that I can connect 50+ arduino and get their data on single IP Address.
Thanks.
I think Google's servers manage to work with more than 50 clients?
The only limitation I can think of is that they might all try to talk at the same time - but I presume you can prevent that.
What will the server be hosted on?
...R
Well it will be a data base management system where all arduinos will send their data to one IP address or SQL database what I got from latest search on google.
It is actually RFID based card system that can be read through particular arduino and then arduino will send or store data locally on system.
Any suggestions are welcome.
I repeat
What will the server be hosted on?
In case that's not clear, I mean what computer will the server program be running on?
When I know that I may be able to make futher suggestions.
...R
I think cloud service is good to start with.
But initially I've to test that the system on my own computer which will act as server.
mohit-singh:
I think cloud service is good to start with.
But initially I've to test that the system on my own computer which will act as server.
I would be amazed if any cloud service has a problem dealing with 1000s of clients.
I have built small web servers on my PC using the Python Bottle web framework. You can probably get a very simple server working in 30 minutes.
...R