Exploring ways to venture in IoT

Indic Software

Active Member
Licensed User
Hello,

We are thinking of venturing in the field of IoT. We are interested in machine automation (IIoT).

But on studying various industries we have come to the conclusion that different industry has different types of machinery which have different instruction set for automation.

Would it be possible to build common IoT solutions for various industries or will we have to write the solution for each different machine separately? Will B4J and B4R help in this to reduce my development work?

Regards,
 

Beja

Expert
Licensed User
Longtime User
Hi,
if I understood your question:
you can write a script language based on B4X (B4X Interpreter) specifically designed for automation. your script will convert the B4X subset commands to
B4X code, then compile the B4X project.
 

Indic Software

Active Member
Licensed User
Hello,

Finally I have found something that can be used easily a way to have one single set of commands to watch and issue.

The NetBeat project!

There is an Android app for home automation using this app (https://getyeti.co/).

Regards,
 
Top