Jump to content

yoshim

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by yoshim

  1. @Rich : Thank you ! I will test it in a couple of hours. ==> tested. It works fine. @Sli : I've read the documentation but can't make it run.
  2. Hello again. Now, I can subscribe to WebSocket to get the values I want. It's great ! But I have another problem... How to put the light / rCS / SAS on/off ? I've tried : * {"run":["f.light[1]"]} *{"run":[f.light[1]]} * {"command":["f.light[1]"]} * {"command":[f.light[1]]} I can't get it to work. Any idea ? Thanks in advance.
  3. Hello, I finally re install telemachus (new version) and now it works. I use websocket4net for information. Don't know why it didn't work with the previous version, but now, I'm GO for developping my console ! Thanks for your help.
  4. Hello, thank you for your replies... I'm running KSP under a win7 system and I've just read that Win7 cannot run a web socket server. The problem might come from that...
  5. Hi every one. That mod is just amazing ! I love it. However, I can't get replies from websocket. I connect to it, with no error, I try to subscribe to data, no error again, but I never receive any response. I've noticed that in the forum specify the following command to subscribe : {"subscribe": ["v.altitude","v.name"]} and on the wiki pages, the following syntax : {"+": ["v.altitude"]}. I was not able to receive any message from the web socket. Is this OK ?
×
×
  • Create New...