mycp.c
/* quick lash up to test homebrew rcp
* using sockets
*
Abekas Video Systems, Inc.
* ’r’ commands protocol is reverse
* engineered by watching what real
* systems do
*
* Socket stuff comes from the IPC
* Primer "Networking on the Sun
* Workstation"
*
* don’t expect this to connect to a
* real Unix shell or login service
* - they are more security concious
* and require you to be bound to a
* privileged port on the local machine.
*/
#include <stdio.h>
#include <netdb.h>
#include <errno.h>
#include <s
ys/types.h>
#include
<sys/socket.h>
#include <netinet/in.h>
#define CHANNELS 2 /* 3 for RGB */
#define PIXELS 720
#define LINES 486 /* make this 576 for 625 */
#define DEBUG
File Formats
Diskus Technical Guide
12-20
Appendix
9100-0217-02 - SEP 95
Summary of Contents for Diskus
Page 1: ...Diskus Digital Disk Recorder Manual ...
Page 477: ...NOTES Diskus Operations Index 9100 0217 02 SEP 95 Index xvii ...
Page 478: ...NOTES Index Diskus Operations xviii Index 9100 0217 02 SEP 95 ...
Page 479: ...NOTES Diskus Operations Index 9100 0217 02 SEP 95 Index xix ...
Page 480: ...NOTES Index Diskus Operations xx Index 9100 0217 02 SEP 95 ...