This repository has been archived by the owner on May 10, 2023. It is now read-only.
Releases: mnencia/mchfuse
Releases · mnencia/mchfuse
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.0
-
Reuse http.Client to improve performances. (#1)
-
Detect whether the device is reachable locally
When connecting to a device, mchfuse try to determine if it is locally
reachable, otherwise it uses the external endpoint.The reachability check runs every 30 seconds (to allow transition from
External to Internal endpoint in case the device become reachable
locally) or when an API call returns a connection error (to allow a
quick transition from Internal to External endpoint if the device
become unreachable locally). -
Always use SSL to access a device