http:// and ftp://) and
can read and write from files (file://), sockets (socket://) and topics
(topic://).
Usage
Filefile:///u/hgadgil/dataFiles/data.txtReads / Writes to local file /u/hgadgil/dataFiles/data.txt
|
Socketsocket://trex.ucs.indiana.edu:5000Reads / Writes data from / to port 5000 on host trex.ucs.indiana.edu.
|
Web Serverhttp://trex.ucs.indiana.edu/~hgadgil/siesmic.txtftp://trex.ucs.indiana.edu/earthquakeData.txtReads data from remote file on web server on host trex.ucs.indiana.edu.
|
Topicstopic://niotcp://trex.ucs.indiana.edu:5000/CGL/GIS/PI/rawDataReads / writes from / to the topic /CGL/GIS/PI/rawData by connecting to a
NaradaBroker running on host trex.ucs.indiana.edu on port 3045 using the
niotcp as the underlying transport medium.If the broker host and port are not specified, then we try to use the default configured broker host/port. |