Hacker News new | ask | show | jobs
by monocasa 3231 days ago
What he's saying is that embedded devices a lot of the time statically link the kernel, libraries, and application all into on bare metal program. A GPL licence on the kernel and libraries would affect the application.
1 comments

Right. My question is if the code on the bare metal device talks to, say, a cloud server running an API, does the code running the API also fall under the GPL, and therefore need to be released? I assume not, but assumptions can be dangerous.
Oh gotcha. No, your remote code wouldn't need to be released just because your IoT code is GPLed.