Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

Javascript client to control loT

  • 2 odpovede
  • 1 má tento problém
  • 11 zobrazení
  • Posledná odpoveď od 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

Vybrané riešenie

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?

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (2)

more options

Vybrané riešenie

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