Hi Roger, you can take a look at the protobuf definitions of the low-level protocol, but that will not be all you need, because Akka also depends on user-level messages for heartbeats etc. We want to tie down and specify the remote protocol eventually (hopefully this year), but we are not there yet.
Regards, Roland 2 jan 2014 kl. 14:38 skrev Roger Alsing <[email protected]>: > Is there any good place to read about the protocols used by Akka when > communicating between nodes? > > I'm making a .NET port of Akka Actors just for the hell of it, and it would > be quite nice if I could integrate with real Akka nodes. > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: http://akka.io/faq/ > >>>>>>>>>> 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/groups/opt_out. Dr. Roland Kuhn Akka Tech Lead Typesafe – Reactive apps on the JVM. twitter: @rolandkuhn -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
