Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.5 snapshot primitive sedes #54

Merged
merged 4 commits into from
Nov 6, 2018

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    6a97c46 View commit details
    Browse the repository at this point in the history
  2. Merge branch '0.0.5-SNAPSHOT-ha' of git@github.com:fritzprix/rmover-j…

    …son.git into 0.0.5-SNAPSHOT-primitive-sedes
    fritzprix committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    fce19b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. simplify implementation for service discovery and improve genericity

    Prior to this change, the implementation for service discovery should handle listed below..
    1. retrieve service information from service advertiser
    2. convert it to service proxy
    that was too complicated to be applied widely used service discovery technology (like mdns ..)
    
    1.separate service info converting functionality from the discovery
    2.remove ad-hoc tick timer for service information retrival which is not well compatible to another service discovery implementation
    close #49, #48, #37, #39
    fritzprix committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    9b5ee7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4a905 View commit details
    Browse the repository at this point in the history