搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Javascript client to control loT

  • 2 回覆
  • 1 有這個問題
  • 14 次檢視
  • 最近回覆由 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

被選擇的解決方法

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?

從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

選擇的解決方法

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