Changes between Version 3 and Version 4 of de/Remote-Device-Control
- Timestamp:
- Mar 14, 2014, 10:43:41 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
de/Remote-Device-Control
v3 v4 14 14 * ([wiki:Remote-Device-Control#point4.7 TitanNit Web-IF (Htmlapi)]) 15 15 * ([wiki:Remote-Device-Control#point4.8 FTP (File Transfer Protocol)]) 16 * ([wiki:Remote-Device-Control#point4.8 autostart scripting (usercmd)]) 16 17 17 18 [[br]] … … 369 370 370 371 ---- 371 '''4.4 Telnet Control''' [=#point4.4] ([#point4 Seitenanfang]) 372 373 374 ---- 375 376 377 [[Image(source:/wiki/Wiki-Pictures/DE/Telnet_Control.jpg)]][[br]] 372 '''4.4 Telnet Control''' [=#point4.4] ([#point4 top of the page]) 373 ---- 374 375 376 [[Image(source:/wiki/Wiki-Pictures/EN/Telnet_Control.jpg)]][[br]] 378 377 379 378 The section contains information on the operation of your Receiver over a telnet session. … … 387 386 2 Install the client found here: ([http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty]). 388 387 389 3 Find the IP address from the system info ([wiki:Network -en#point3.7.8.5 Network]) section388 3 Find the IP address from the system info ([wiki:Network#point3.7.8.5 Network]) section 390 389 391 390 4 Insert the IP address info into the telnet client … … 397 396 * Serial Interface Telnet Setup 398 397 399 1 Connect a null modem cable between the Rec iever and PC398 1 Connect a null modem cable between the Receiver and PC 400 399 401 400 2 Install the client found here: ([http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty]) … … 406 405 407 406 After the above steps are completed you will now be presented with a console where you can login to your Receiver with a username and password. 407 408 after entering your login information there are a few receiver specific functions that may be handy if you require information on basic telnet commands i suggest you have a look on [http://www.linux.org linux.org] 409 410 '''Remote RC debugging''' 411 {{{ 412 #!python 413 killall -9 evremote2 414 evremote2 415 }}} 416 [[br]] 417 418 '''Start FTDI driver''' 419 {{{ 420 #!python 421 mknod / dev.static/ttyUSB0 c 188 0" 422 }}} 423 [[br]] 424 425 '''Test FTDI driver commands''' 426 {{{ 427 #!python 428 ls-al / dev/ttyUSB0 429 }}} 430 [[br]] 431 432 {{{ 433 #!python 434 cat /proc/bus/usb/devices 435 }}} 436 [[br]] 437 438 {{{ 439 #!python 440 lsmod | grep usbserial 441 }}} 442 [[br]] 443 444 '''Take a screen shot''' 445 {{{ 446 #!python 447 /sbin/grab -j 100 -r 960 /tmp/000.jpg 448 }}} 408 449 409 450 ---- … … 603 644 ---- 604 645 605 [[Image(source:/wiki/Wiki-Pictures/ DE/Web_Control.jpg)]][[br]]646 [[Image(source:/wiki/Wiki-Pictures/EN/Filezilla.jpg)]][[br]] 606 647 607 648 The section contains information on how to setup a FTP connection to your TitanNit Receiver. … … 611 652 Titan Has an inbuilt FTP Server that is able to be used to transfer files to and from your Receiver. 612 653 613 To connect to your Receiver you can connect via your browser in windows or use a dedicated FTP program as with many linux programs the default password and user name is "root" and port 21 is the default FTP interface port.614 615 You connect to your Receiver via internet explorer on your pc you need to find the IP address for the Receiver from the system information menu [wiki:System-info-Network-en#point103.70.8.4 Network Information] of your Receiver and type it into the address bas as follows:654 To connect to your receiver you can connect via your browser in windows or use a dedicated FTP program as with many linux programs the default password and user name is "root" and port 21 is the default FTP interface port. 655 656 You connect to your receiver via internet explorer on your pc to do this you need to find the IP address fo the decoder from the system information menu [wiki:System-info-Network#point3.7.8.4 Network Information] of your receiver and type it into the address bas as follows: 616 657 617 658 {{{ftp://Username:Password@Ip_Address:Port_Number}}} … … 619 660 {{{ftp://root:root@192.168.0.1:21}}} 620 661 621 if you Wish to use a dedicated FTP program please read the documentation supplied with your program for information on setup of the FTP connection. 622 623 624 625 626 627 628 629 630 631 632 662 if you Wish to use a dedicated FTP program please read the documentation supplied with your program for information on setup of the FTP connection, Below is a screen shot of Filezilla a popular Free FTP client Program with a sample loggin details of my Receiver. 663 664 [[Image(source:/wiki/Wiki-Pictures/EN/FileZilla-Setup.jpg)]][[br]] 665 666 ---- 667 '''4.9 autostart scripting (usercmd)''' [=#point4.9] ([#point4 top of the page]) 668 ---- 669 670 If you wish to run a script on startup of the Receiver you can install commands in the usercmd.sh to be proformed at the startup of the receiver. 671 672 a sample of the usercmd.sh is below: 673 674 {{{ 675 #!python 676 #! / bin / sh 677 # Start the user commands here 678 echo " [ usercmd.sh ] start" 679 # insert code here 680 exit 681 }}} 682 683 the {{{__"# insert code here"__}}} section must be replaced by your commands. 684 685 If you place the following code in to the usercmd.sh it will delete every time shift file on the internal hdd on startup of the receiver: 686 687 {{{ 688 #!python 689 rm -f /media/hdd/movie/timeshift*.ts 690 }}} 691 692 If you place the following code in to the usergmd.sh it will autostart the FTDI driver. 693 {{{ 694 #!python 695 mknod / dev.static/ttyUSB0 c 188 0" 696 }}} 697 [[br]] 698 699 700 the full path to the file is: 701 __"/mnt/config/usercmd.sh"__ 702 703 704 705 706 707 708 709 710 711
![(please configure the [header_logo] section in trac.ini)](/openaaf/chrome/common/titannit_trac_banner.png)