Skip to content

Releases: fritzprix/yarmi

release 0.1.1

23 Jun 14:46
a841690
Compare
Choose a tag to compare

Release note

  1. improvement
  2. bug fix
    • remove network interface checking logic which has been lacking compatibility and error prone.

release v0.0.6

06 Feb 12:56
Compare
Choose a tag to compare

Release Note

  • add support for Android 4.+
  • bug fix on deserialization in BsonConverter::resolve()

release v0.0.5

25 Nov 15:15
Compare
Choose a tag to compare

Changes

  1. bug fix for blob exchange
  2. improve service discovery interface (explicit network interface selection)
  3. bug fix for unexpected request drop
  4. default serialization is not bson instead of json

0.0.5-SNAPSHOT

06 Nov 22:11
f4379f7
Compare
Choose a tag to compare
Merge pull request #57 from fritzprix/0.0.5-SNAPSHOT

0.0.5 snapshot

0.0.4

31 Jul 13:10
39caf10
Compare
Choose a tag to compare
  • hotfixed object mapping bug

add blob exchange support

15 Jul 15:00
Compare
Choose a tag to compare
  • implemented blob exchange over dedicated session (BlobSession) which composed of simple message protocols below

support concurrent method call

15 Jul 14:59
321ca88
Compare
Choose a tag to compare
Merge pull request #30 from fritzprix/0.0.2_blob

0.0.2 blob

0.0.1 release

27 May 07:57
Compare
Choose a tag to compare
  • provides simple service discovery based on UDP broadcast
  • provides de-serialization based on GSON (GsonConverter)
  • provides simple negotiation which checks service info exchanged