Akka IO Serial communication using java -


i new akka io. have requirement of client server communication happening on serial port using akka io. have read jodersky serial io library. (https://github.com/jodersky/flow), didin't specific scala. have idea on how setup jodersky library java based developments in akka. useful if related samples posted.

i'm pretty sure can use flow java well. akka written in scala isn't it?

another approach might use similar tech:

https://github.com/jodersky/ace/blob/master/scala/jssc/src/main/scala/com/github/jodersky/ace/jssc/serial.scala

same author has hidden away in project. still scala, it's using java-simple-serial-connector library instead of flow perhaps more adapt java solution.

https://code.google.com/p/java-simple-serial-connector/

they way akka io appears working having specific actors bound io duties can send messages actor refs provide. using event listener in jssc should make pretty straight-forward.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -