Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Javascript client to control loT

  • 2 svar
  • 1 har dette problem
  • 14 visninger
  • Seneste svar af Albert

more options

We would like to create a JavaScript framework for Motor control to use FireFox as a client, We develop our embedded Web Server via Ethernet 100-1000T and we want to provide our customers a JavaScript Solution trough Firefox I ) How we can add a Client Java Script Framework to Firefox, trough a TCP/IP LAN Ethernet. 2) IF we develop in C-C++ a dll or library ( we will support for Windows , MAC OS, Linux and Android ) that trough FireFox we can connect to our embedded rmv_Tasker (Web Server ). Regards Albert Tello

We would like to create a JavaScript framework for Motor control to use FireFox as a client, We develop our embedded Web Server via Ethernet 100-1000T and we want to provide our customers a JavaScript Solution trough Firefox I ) How we can add a Client Java Script Framework to Firefox, trough a TCP/IP LAN Ethernet. 2) IF we develop in C-C++ a dll or library ( we will support for Windows , MAC OS, Linux and Android ) that trough FireFox we can connect to our embedded rmv_Tasker (Web Server ). Regards Albert Tello

Valgt løsning

Extensions are probably too limited for what you want to do.

Can you create an executable for the user to install that listens on, say http://localhost:8080/ and then launch Firefox (or the user's default browser) to that URL?

Læs dette svar i sammenhæng 👍 0

Alle svar (2)

more options

Valgt løsning

Extensions are probably too limited for what you want to do.

Can you create an executable for the user to install that listens on, say http://localhost:8080/ and then launch Firefox (or the user's default browser) to that URL?

more options

Hi JScher thank you for your response, and sorry for been late. Our rmv_Tasker has a completed Web Server that run inside a ARM 7 processor, which has filesystem to store HTML pages, can be access trough Firefox, the idea is to call all motion functions from rmv_Tasker

also interpolation-mathematical equations we would like to run from JavaScript client .  

My question is : Is any literature that i can study to create a Framework to address these functionalities for our line of product. Regards Albert