%META:TOPICINFO{author="ChrisBartram" date="1170389348" format="1.1" version="1.2"}% %META:TOPICPARENT{name="NetworkingHP3000s"}% ---+ Programming with networks on the HP3000 To talk to other network processes from MPE, you have two APIs from which to choose; NetIPC (proprietary to HP3000s but callable from all MPE-based programming languages), and the newer "open" Berkeley sockets interface, callable only from "C". Both perform basically the same function, and in fact call the same low-level routines, though the Berkeley sockets API does allow access to UDP-based functions which NetIPC does not. ---+++ [[Hp3000Sockets][What are HP Sockets?]] ---+++ [[Hp3000NetIpc][What is NetIPC?]] ---+++ [[Hp3000BerkeleySockets][What are Berkeley Sockets (BSD)?]] ---+++ [[Hp3000PcNodename][How do I get the nodename of a PC connected to the 3000]] ---+++ [[Hp3000PcIpAddress][How do I get the IP Address of a PC connected to the 3000]] ---+++ [[Hp3000PcMacAddress][How do I get the Station/MAC address of a PC connected to the 3000]] ---+++ [[Hp3000NetworkCivars][What are all the CI Vars set for network sessions?]] -- Main.ChrisBartram - 09 Jun 2006