cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Re: Connecting Raspberry Pi to a private Thingworx Server

billrei
5-Regular Member

Re: Connecting Raspberry Pi to a private Thingworx Server

Could you post your config.json?

1 REPLY 1

Hello Bill,

This my config.json:


{

"ws_servers": [{
   "host": "192.XXX.XX.XX",
   "port": 443
  }],

"http_server":  {

  "host": "192.XXX.XX.XX",     #Static IP address of Raspberry Pi

  "port": 8080

},


"logger":   {

  "level":    "DEBUG"

},


"auto_bind":    [{

  "name": "PiThing2",

  "gateway":  false

}],

"certificates": {

  "validate": false,

  "allow_self_signed":    true

} ,


"ws_connection":    {

"encryption":   "none",

"verbose":  true,

         "msg_timeout":  1000

},

"appKey": "XXXXXXXXX"

}

Top Tags