-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clustering Example for CoAP Server #10
Comments
Hello. Good question, but I don't know the answer. The clustering isn't addressed in the current implementation. |
Ah :). Maybe I can help with implementation/testing, but I will need some help and instructions (where to start for example ;)) |
There is a little Architecture diagram in the README. Not much, I know. I guess the clustering may require some changes to that supervision/process tree, so the right way to start is to design how it should work and then adjust the architecture accordingly. |
OK, I'll take a look. I started using examining your code, I need to get familiar with it more, so I will bother you for answers ;). |
@drasko i am currently developing a cluster based coap server based on elixir ( forked from this repo ), please wait for few weeks, we are open sourcing code. |
Hello,
can you please explain and give example how clustering is done with CoAP server.
Obviously some of devices will be attached via UDP to one server instance, so I am interested to see how application knows to speak to a good instance of CoAP server to reach a desired device.
The text was updated successfully, but these errors were encountered: