Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
45 stars 43 forks source link

[Service Offloading] Support Wifi Address API from JS #352

Closed Chikdolman closed 3 years ago

Chikdolman commented 3 years ago

We need Wifi as a key for loading application from server. Therefore we support wifi address function from JS.

kenxiniz commented 3 years ago

Could you please set the ip to "127.0.0.1" when network is off.

Chikdolman commented 3 years ago

Could you please set the ip to "127.0.0.1" when network is off.

Done