![]() |
SSH to cRIO
Hi Everyone,
Is it possible to connect to the cRIO through SSH? I know that on the Windows side it has a NetConsole that lets you communicate with the cRIO through the terminal. Can you connect to it in a similar manner with SSH and Terminal (or Prompt on iOS)? If anyone knows how to do that, I would really appreciate the help. Thanks! -Arthur |
Re: SSH to cRIO
netconsole sends/receives on UDP port 6666. You just need a program that supports that, such as netcat.
|
Re: SSH to cRIO
What are you trying to do? FTP and netconsole should be able to handle most tasks...
|
Re: SSH to cRIO
I want to be able to monitor the console without using the netconsole app, essentially.
|
Re: SSH to cRIO
Quote:
|
Re: SSH to cRIO
FileZilla is always an option if your wanting to transfer files and stuff to your cRio or if you want to transfer a .out file to the ni-rt folder if your handy dandy button in WindRiver isn't uploading code for some reason.
|
Re: SSH to cRIO
I use a modified version of Dustin Spicuzza's cross-platform netconsole:
Code:
#!/usr/bin/env python2 |
Re: SSH to cRIO
Quote:
|
Re: SSH to cRIO
Quote:
|
Re: SSH to cRIO
Quote:
|
| All times are GMT -5. The time now is 23:28. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi