Mr. Hemel serves as a volunteer watchman for free, open-source software like the Linux operating system, which competes with Microsoft’s Windows. The use of free software has exploded, particularly in gadgets as varied as exercise bikes, energy meters and smartphones. Companies like Google, TiVo and Sony often opt to piggyback on the work of others rather than going through the ordeal of building all of the software for their products from scratch.
The problem that Mr. Hemel and others have stumbled upon is that some companies, even some technology savvy ones, may be violating the rather easy-to-follow requirements associated with free software licenses. Typically, these include making tweaked versions of a free software product available to the public, or simply giving credit to the original developers.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey
Hah! (for example, explain how a deeply embedded proprietary microcontroller product is supposed to meet the “customer should be able to re-link with new versions of the library” provision of LGPL…)
>> easy-to-follow requirements
Hah! (for example, explain how a deeply embedded proprietary microcontroller product is supposed to meet the “customer should be able to re-link with new versions of the library” provision of LGPL…)
That “relink with new versions” is easy to comply with, just not useful. All you need to do is provide object code for everything but the library.