Show HN: HomeControl – HomeKit implementation in Go
1–9 of 9 posts
Re: Show HN: HomeControl – HomeKit implementation in Go
#2Re: Show HN: HomeControl – HomeKit implementation in Go
#3Re: Show HN: HomeControl – HomeKit implementation in Go
#4Re: Show HN: HomeControl – HomeKit implementation in Go
#5I actually recently did my own framework, in connection with my bachelor thesis on IoT and (a little bit) mobile networks, that focused a bit on home automation, but HomeKit is obviously far more polished than what I have[0]. The general field of IoT/M2M is very interesting.
The only gripe I have with it is that it is not open-source, which would definitely be awesome (HomeKit, that is). That said, not being open-source is not going to stop me from not using it.
Re: Show HN: HomeControl – HomeKit implementation in Go
#6Pay attention to the license. This is not open source as it's for noncommercial use only. Still interesting, just saying.
EDIT: I read it more closely; it's not a standard BSD, but it's definitely open source, just non-commercial.
Re: Show HN: HomeControl – HomeKit implementation in Go
#7Pay attention to the license. This is not open source as it's for noncommercial use only. Still interesting, just saying.
What? The LICENSE file looks like the standard BSD 2-Clause, to me. EDIT: I read it more closely; it's not a standard BSD, but it's definitely open source, just non-commercial.
Re: Show HN: HomeControl – HomeKit implementation in Go
#8Re: Show HN: HomeControl – HomeKit implementation in Go
#9Earlier quoted context omitted.
What? The LICENSE file looks like the standard BSD 2-Clause, to me. EDIT: I read it more closely; it's not a standard BSD, but it's definitely open source, just non-commercial.
Non-commercial does not meet the OSI definition of open source.