jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
2.59k stars 439 forks source link

IPv6 issue #397

Open nova0821 opened 7 years ago

nova0821 commented 7 years ago

Hello,

Currently, IoT.js is not supported IPv6 because libtuv is not supporting IPv6. (In libtuv, codes related IPv6 was deleted.)

1) We need to discuss that IoT.js should support IPv6 or not. 2) (Bug) If IPv6 style address is used, the application is not finished. (I will fix it in libtuv side.)

Is there any reason not supporting IPv6 in libtuv? If there isn't, I think we need to support IPv6 because it is vert important for the IoT.

nova0821 commented 7 years ago

Bug is fixed with https://github.com/Samsung/iotjs/pull/400.