What is the meaning of 'Open Source' in electrical and computer field?

AI Thread Summary
Open source refers to projects where the source code is accessible for modification by users, with various licenses governing usage, such as the GPL, which requires users to share their modified code. While open source often implies free access, it does not necessarily mean that the product itself is free. The discussion touches on the concept of open source beyond software, mentioning open source hardware projects like Arduino, and notes that the practice of sharing designs and schematics has long been a part of electronics culture among hobbyists and engineers.
pairofstrings
Messages
411
Reaction score
7
Thanks!
 
Technology news on Phys.org
http://en.wikipedia.org/wiki/Open_source

Open Source generally means that the source code for the project is "open", so a user can modify it. Different licenses exist, the GPL is a common one, in which the user is obliged to release their modified source code.

Open Source does not necessarily imply that the product is free, although it often does.
 
pairofstrings said:
Thanks!

I think you mean the "software" field. In the electrical field "open source" would be a mosfet device that required an external pull down resistor. :-p
 
uart said:
I think you mean the "software" field. In the electrical field "open source" would be a mosfet device that required an external pull down resistor. :-p

I've seen some "open source" hardware projects as well (including the Arduino platform which seems to be quite popular here--having never used it, I can't comment on it). Aside from the new name, I don't know if there's really anything new conceptually, since lots of electronics hobbyists and EEs have shared (in magazine, BBS, or forum format) schematics, code, layouts / gerbers, and in turn, refined and re-shared what they had.
 
Last edited:
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top