websocket快速操作工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
333 B

2 years ago
2 years ago
  1. const websocketAddress = "ws://192.168.1.138:19001";
  2. const config = {
  3. 你好: "123",
  4. };
  5. const commonMessage = {
  6. protocol: "iflytopCanProtocolStackV1",
  7. message: {
  8. attribute: "normal",
  9. priority: 4,
  10. type: "write",
  11. targetId: 130,
  12. sourceId: 1,
  13. seq: 0,
  14. ctrlPointAddr: 10500,
  15. ctrlPointVal: 1,
  16. },
  17. };