Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Javascript client to control loT

  • 2 trả lời
  • 1 gặp vấn đề này
  • 13 lượt xem
  • Trả lời mới nhất được viết bởi 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

Giải pháp được chọn

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?

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

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