scala-bert icon indicating copy to clipboard operation
scala-bert copied to clipboard

A Scala implementation of the BERT protocol

Results 2 scala-bert issues
Sort by recently updated
recently updated
newest added

I did not find any information about the license terms for this software. I looked for COPYING and LICENSE files and the source code for any sign of license terms.

[BERT](http://bert-rpc.org/) specifies time in microseconds. Both [encoder](https://github.com/stephenjudkins/scala-bert/blob/05c30cc5c1f84747d1c90cb4c1c53f821350de8a/src/main/scala/Decode.scala#L40) and [decoder](https://github.com/stephenjudkins/scala-bert/blob/05c30cc5c1f84747d1c90cb4c1c53f821350de8a/src/main/scala/Encode.scala#L79) (wrongly) handle time in milliseconds rather than microseconds.