VxWorks datatking programs

29mar06


VxWorks Interpreter
Converting rpc routines on vxWorks to use daemons:



VxWorks tcl interpreter

    A TCL interpreter has been ported to vxWorks. 4 AO commands have been written and then integrated into 2 separate programs. The programs are:

Program
Source (/home/phil/vw/datatk/aotcl)
AO commands included
vmeCpus used on
aogProg
aogProg.c
aog_Cmd

mcpProg
mcpProg.c
mcp_Cmd, pnt_Cmd, aog_Cmd aosock_Cmd da,cor
pntTcl
pntTcl.c
pnt_Cmd, aog_Cmd
pnt

The aoCommands that have been added are:



aosock: socket communications from Tcl in vxWorks.  (top)

    Do socket i/o from a vxWorks tcl interpreter. The cmd has been added to:

    Notes:

    Usage:



Converting rpc programs on vxWorks to daemons

    The rpc version (1992) used on vxWorks is pretty old and is not compatible with newer versions. These routines should be changed to use regular sockets with some daemons running on vxWorks:


c

home_~phil