I am fairly new to the akka world, but I have erlang experience so the concept isnt super foreign to me. However I was curious if there was any documentation lying around that would help me implement actors on a separate platorm, specifically I was considering implementing an actor framework for arduino, with the intention of individual arduinos being a single actor, not for the purpose of parallelization because they are waaay to slow to be useful but with the intention of using akka to manage a network of arduinos from a computer each with its own specific task.
At any rate, I would need to understand a few things, first off, what does the akka network stack look like, what is the protocol/api. Can an actor who was created by itself register with a central actor or router etc? I am hoping to tie a couple of new mediums of communication in so that the individual arduinos would be able to communicate amongst themselves as well as to a scala/akka based central control. Also, I am definately willing to hear reasons this is a terrible idea so dont hessitate to let me know if I am missing something really imortant. Thanks! -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
