Some time back I put together a simulator for a network service using the akka IO pipelines (TcpPipelineHandler & friends[1]) which takes care of the framing aspects and just leaves you to deal with the messaging parsing which from the sounds of it you already have. Unfortunately that akka pipelines went away in akka 2.3 in anticipation of akka streams[2].
[1] https://github.com/leachbj/hsm-emulator/blob/master/hsmsim-akka/src/main/scala/org/leachbj/hsmsim/akka/HsmSimulator.scala [2] https://groups.google.com/forum/#!topic/akka-user/8fZ75MlVEYc On Monday, June 22, 2015 at 11:43:34 PM UTC+10, Zed wrote: > > Hi, > > has anybody already used akka io with iso 8583 messages? > > Tks > -- >>>>>>>>>> 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.
