Which language is used for IoT projects ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

Which language is used for IoT projects ?

By now I'm somewhat strong in basic languages. Which language is really important for doing IoT related projects??..

30th Dec 2016, 4:27 AM
kitty
kitty - avatar
3 Respostas
+ 2
Depends on what you are programming and what you want it to do. If you are doing an arduino, I'd look in the C family. If you are looking at Raspberry then Python or C or a Web scripting language like PHP if you want to handle http posts or gets as your API. If you are making a tracking server or something to interact with your IoT items and have it running on your he computer, Java, PHP. HTML, etc... could all be valid options.
30th Dec 2016, 6:26 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar
+ 2
All depend on what you want to develop. The most popular languages for projects of general purpose are the C, C ++ and Java. The C language is one of the first programming languages, and it's a good choice for low-level projects. As well as, this language is the most practical for IoT devices. The C ++ programming language is an alternative for IoT devices that perform more complex tasks. For example, thermostats, smoke detectors, etc. The Java is another general-purpose language. It used to IoT devices that communicate a lot and produce complex calculations. Also, there is another programming language - Python. This language is more flexible than the Java or C. As the example of programming languages which used for IoT projects, I want to show you our case study http://computoolsglobal.com/case-studies/android-ios/payment-expert . Have a look, please!
30th Dec 2016, 9:28 AM
Kris Clark
Kris Clark - avatar
+ 2
Thank u Clark and Kevin.
30th Dec 2016, 12:42 PM
kitty
kitty - avatar