Menu

#39 IP server in version 0.9.0i

v1.0 (example)
open
nobody
ip server (1)
5
2016-12-23
2016-11-21
Konstantin
No

Please tell me whether working TCP/IP server in version 0.9.0i? What should be the settings and syntax?
For version 0.6.5 I added the registry key "password" - WinLirc blinked desired command the desired remote control, and I had the following dialogue on the command line:

    C:\>nc 192.168.1.XX 8765
    password remotename codename 00
    BEGIN
    password remotename codename 00
    SUCCESS
    END

Version 0.9.0i as I noticed did not have any entries in registry (win10x64). I've added "password" line in winlirc.ini, tried different options sending commands, but always had the same result:

    C:\>nc 192.168.1.XX 8765
    password remotename codename 00
    BEGIN
    password remotename codename 00
    ERROR
    END

What's right way to refer to WinLirc 0.9.0i over IP and make it blink correct code?

Discussion

  • Ian

    Ian - 2016-11-21

    There is no password option in the new version. Make sure the box that says local connections only is not ticked. Otherwise you will only be able to connect via the local host

     
  • Konstantin

    Konstantin - 2016-11-21

    no difference:

        d:\Downloads\WinLIRC>nc64 127.0.0.1 8765
        ANAM_ARS-1360 1 00
        BEGIN
        ANAM_ARS-1360 1 00
        ERROR
        END
    

    winlirc.ini

    [SerialDevice]
    Port=COM1
    Speed=115200
    Animax=0
    DeviceType=1
    VirtualPulse=300
    Sense=-1
    TransmitterType=0
    [WinLIRC]
    RemoteConfig=d:\Downloads\WinLIRC\config\Anam_ARS-1360.conf
    Plugin=SerialDevice.dll
    DisableKeyRepeats=0
    DisableFirstKeyRepeats=0
    LocalConnectionsOnly=0
    ServerPort=8765
    ShowTrayIcon=1
    

    Config:

    begin remote
      name  ANAM_ARS-1360
      bits            7
      flags SPACE_ENC|CONST_LENGTH
      eps            30
      aeps          100
      header       3600  1700
      one           624  1700
      zero          624   416
      ptrail        589
      pre_data_bits   4
      pre_data       0x04
      gap          76224
      toggle_bit      0
          begin codes
              1                        0x01
              ..........
          end codes
    end remote
    
     
  • Konstantin

    Konstantin - 2016-11-21

    list, version, set_transmitters, send_once
    something else I'm not found? :-)

     
  • Ian

    Ian - 2016-11-21

    the protocol is the same as LIRC

     
  • Stew Cearly

    Stew Cearly - 2016-12-23

    After trying a variety of things I found that if you use SEND_ONCE in the winsock command line where the password parameter used to be it works in the WinLirc 0.9.0i.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.