particle-iot / spark-server

UNMAINTAINED - An API compatible open source server for interacting with devices speaking the spark-protocol
https://www.particle.io/
GNU Affero General Public License v3.0
441 stars 136 forks source link

SparkServer in production #64

Closed zachcr-ws closed 8 years ago

zachcr-ws commented 8 years ago

Hi, i want to config a spark-server in my server cluster, there will be a private net to launch this server.Use load balance to open 8080 port for this server. But i can not use Photon to connect the cloud. Are there anything i need to know about the load Balance setting? Except 8080 port, do i need open other port for their connection?

kennethlimcp commented 8 years ago

You need port 5683 TCP for COAP protocol

zachcr-ws commented 8 years ago

OKay, thanks. I am trying

zachcr-ws commented 8 years ago

Thank you very much