Skip to content

memdiag TAP

Introduction

This is a tiny Topfield TMS TAP to output free memory statistics every 60 secs to the PVR diagnostics/debug port.

Read the latest documentation or download the latest built TAP.

Installation and usage

To install the TAP, upload it to the ProgramFiles/AutoStart folder on your PVR using ftp then start it manually or restart your PVR (or copy it via a USB flash stick). There is no configuration or user interaction required for this tap. It merely runs in the background and outputs the PVR TAP_MemInfo() statistics every 60 secs, if they change.

To see and/or capture the diagnostics, telnet to port 21 on your PVR from your PC as follows, and type the following commands (as appropriate for your PVR):

telnet 192.168.1.77 21
user guest
pass 0000
tap debug on

Author

License

Copyright (C) 2012 Mark Blakeney.

This program is free software. and is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Change History

VersionDateDescription
v1.02012-04-16Original version.
v1.12013-02-18Added TAPID function to appear in TMSCommander tap list.