Search found 7 matches

by eagle
Mon Mar 25, 2013 12:03 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 3 Web Server Settings
Replies: 9
Views: 11688

Re: Envisalink 3 Web Server Settings

That's good to know there is encryption between the Envisalink and the portal. Do you know what level of encryption? 128-bit?
by eagle
Sat Mar 23, 2013 6:38 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 3 Web Server Settings
Replies: 9
Views: 11688

Re: Envisalink 3 Web Server Settings

I just wanted to get back to the point of this post. The built-in web server and web page which come loaded on the Envisalink 3 are what I'm most interested in developing. I don't think I'm confused about the difference between the TPI and the web server. They are both different interfaces. I'm ...
by eagle
Fri Mar 22, 2013 4:04 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink TPI interface using NC/Netcat
Replies: 5
Views: 7501

Re: Envisalink TPI interface using NC/Netcat

Well, I tried telnet yesterday and it would not connect. Tried today and it was able to connect. I guess it was getting late and I had forgotten that the Envisalink will only support a single TPI connection. I was apparently still connected via NC while trying to telnet. So, I was able to connect ...
by eagle
Fri Mar 22, 2013 12:28 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink TPI interface using NC/Netcat
Replies: 5
Views: 7501

Re: Envisalink TPI interface using NC/Netcat

Maybe I'm missing something. From what I can tell of the commands, the 001 (status report) command is not sent with any data bytes, so the checksum is calculated only on the 001. So the check sum is 30+30+31, which is 91. So 91 is the checksum and that is why I am sending 00191. is there a delimiter ...
by eagle
Fri Mar 22, 2013 9:24 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink TPI interface using NC/Netcat
Replies: 5
Views: 7501

Envisalink TPI interface using NC/Netcat

I'm trying to learn more about my Envisalink 3 TPI. As a start, I am using the NC command at the terminal on a Solaris 11 machine. So far, here's what I have: > nc 1.2.3.4 4025 EVL3: 5053CD Me: 005user54 EVL3: 5000052A EVL3: 5051CB So, then I'm logged in. I verify on the EVL3 web interface that TPI ...
by eagle
Fri Mar 22, 2013 8:58 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 3 Web Server Settings
Replies: 9
Views: 11688

Re: Envisalink 3 Web Server Settings

Thanks for your prompt reply. I agree that port forwarding will get the job done. I really wanted to get into the web server setup to possibly implement SSL and to make changes to the default web page. I'd rather have at least the web interface self-contained on the EVL3. Do you know if I can do ...
by eagle
Thu Mar 21, 2013 2:13 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 3 Web Server Settings
Replies: 9
Views: 11688

Envisalink 3 Web Server Settings

Is there a way to change the settings on the Envisalink 3 built-in web server? I would like to change the TCP port settings. Likewise, the default webpage could be altered or additional code could be run locally to provide a more useful web interface.