"modbus data sender" can send the data form modbus sensors to a server using post? We have configurated flespio to recieve post data and retransmit to wialon server using wialon retranslator. We have tested Json even from CLI of RUT955 like :
<!--[if gte mso 9]>
<![endif]--><!--[if gte mso 9]>
Normal
0
21
false
false
false
ES-CL
X-NONE
X-NONE
<![endif]--><!--[if gte mso 9]>
<![endif]--><!--[if gte mso 10]>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Tabla normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin-top:0cm;
mso-para-margin-right:0cm;
mso-para-margin-bottom:10.0pt;
mso-para-margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-fareast-language:EN-US;}
<![endif]-->
curl -X POST -H 'Content-Type: application/json' -d '{"ident": "861585041877745", "lon" :-10.9238019,"lat":-43.1458361,"speed":48}' http://gw.flespi.io:32178. We get the data at wialon server passing trouhgt flespio.
However, we cannot get detail of the modbus data sender, even we have configurated the json data as some as above. It doesnot look to arrive to flespi at correct format.
Any advise? Thanks in advance