summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implemented throughput and one way measurements.pluggable_avcoryan1999-08-135-99/+236
| | | | | Allowed the user to set the protocol from the command line of the control program.
* Optimized protocol and transport objects to use pre-allocated buffers.coryan1999-08-137-52/+49
|
* Fixed the Policies and also optimized sfp for the simpleframe case tonaga1999-08-1317-125/+218
| | | | use a static message block. Added a role set method in flowspec_entry
* Added sfp objects and also changed the make_protocol_object API.naga1999-08-128-440/+177
|
* ChangeLogTag:Wed Aug 11 12:13:35 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-08-1110-85/+2213
|
* *** empty log message ***naga1999-08-101-11/+10
|
* *** empty log message ***naga1999-08-101-1/+1
|
* *** empty log message ***naga1999-08-0919-879/+1015
|
* Split the Transport files for different protocols like UDP and TCP seperatenaga1999-08-0931-4256/+4374
| | | | | | files. Also added a new Protocol_Factory.{h,cpp} which contains the factory information. Added new flow protocol classes and remodelled the architecture with true layering between the Protocol_Object and the Transport class.
* Added the new AV files like FlowSpec_Entry,Flows_T.naga1999-08-031-30957/+745
|
* *** empty log message ***naga1999-08-0331-2046/+3995
|
* *** empty log message ***bala1999-07-301-0/+14
|
* *** empty log message ***naga1999-07-261-0/+30
|
* Added RTCP files to the Makefile in the AV section.naga1999-07-261-5/+5
|
* Added support for RTCP. Now AV support an RTCP implementation. Also definednaga1999-07-2622-410/+3010
| | | | | a generic frame_info structure common to both SFP and RTP. RTP aware applications can now be written using the AV framework.
* *** empty log message ***naga1999-07-201-0/+23
|
* Changed the BUFSIZ unit to 1 so that the entire file is transferred.naga1999-07-207-19/+36
|
* Added fixes and improvements. Works with Vic.naga1999-07-2012-164/+329
|
* *** empty log message ***bala1999-07-161-0/+4
|
* Added the files with inline methods.bala1999-07-162-0/+84
|
* *** empty log message ***bala1999-07-161-0/+15
|
* Fixed warnings in EGCSbala1999-07-1613-222/+223
|
* *** empty log message ***bala1999-07-151-0/+15
|
* Fixed warnings in g++bala1999-07-1510-141/+300
|
* Removed warningsbala1999-07-141-0/+3
|
* *** empty log message ***naga1999-07-141-0/+19
|
* Added this directory and files for testing the multipoint binding in AVStreamsnaga1999-07-145-0/+940
| | | | | | in the full profile. This code is hardcoded with 2 servers and a single ftp program streaming a file. The servers store the streamed file received thru the multipoint binding as 2 different files.
* Added code so that the multipoint binding work in the full profile. Nownaga1999-07-143-232/+535
| | | | | | the users can use full profile object like FDevs inside MMDevice to create flow producers and flow consumers. Right now the case of one multipoint source and multiple multipoint sinks has been tested with the Full profile.
* Updated file with dependenciesbala1999-07-131-11/+39746
|
* One more revisionbala1999-07-131-2/+3
|
* Dependencies updatedbala1999-07-131-39821/+1
|
* *** empty log message ***naga1999-07-131-0/+21
|
* Added all the new files to test the Multipoint binding in AVStreams.naga1999-07-135-0/+859
| | | | | | Two instances of server receive the same file from the ftp program and save them under 2 different filenames using the multipoint bindings of TAO_StreamCtrl.
* Fixed a few a error in the multipoint bind_devs case. It works now withnaga1999-07-133-115/+221
| | | | one multicast source and multiple multicast sinks.
* *** empty log message ***naga1999-07-121-0/+12
|
* Removed the flowname from the flowspec for start and stop and made usenaga1999-07-121-5/+5
| | | | of the "empty flowspec will start all flows" feature of the Streamctrl.
* Fixed the empty flowspec case for StreamCtrl::start,stop and destroy operations.naga1999-07-121-43/+124
| | | | | Now the user can specify an empty flowspec and the operation will be done for all the flows.
* *** empty log message ***naga1999-07-121-0/+22
|
* Added a new test similar to the file transfer program under Pluggable directory.naga1999-07-125-0/+912
| | | | | | | | This test make use of the full profile classes. A FDev create flow consumers and flow producers and is added to the MMDevice. During streamconnection this fdev creates the consumer/producer depending on whether its a client or a server. The flow endpoint is also a base_streamendpoint ensuring that the pluggable data protocols can set the protocol object.
* Added code for the FlowEndPoint to make use of the Pluggable Data Protocols.naga1999-07-122-455/+1030
| | | | | | | Also fixed a few bugs in the full profile TAO_StreamCtrl::bind and other full profile classes like TAO_FlowConnection. Now the AV application can make use of FDev in MMDevices for each flow and automagically the appropriate protocols will be chosen depending on the common protocol between 2 flow endpoints.
* *** empty log message ***naga1999-07-081-0/+36
|
* The application now makes use of the generic TAO_AV_Protocol_Object tonaga1999-07-084-439/+119
| | | | | | | | send the files independent of the Framing layer protocol except for RTP which needs synchronization id and payload type, which are specified by policies. All the protocol specific handlers are removed. On the server side the same callback object can be used by all the different framing protocols to give the frame to the application.
* Added Nil,Policy and RTP files.naga1999-07-081-1/+4
|
* Modified all the files so that there is a protocol_object hierarchy.naga1999-07-0818-460/+1856
| | | | | | | The users of the AVStreams can now write code independent of the framing protocol. There are nil framing protocol objects for TCP,UDP and UDP_MCast. This just sends the frames over the underlying transport. There are also policies to take care of the differences in the framing protocols.
* *** empty log message ***naga1999-07-041-0/+16
|
* Added handler for Multicast Pluggable Data Protocol and if given a multicastnaga1999-07-044-0/+79
| | | | address on the command line to ftp it will multicast the file to that address.
* Added AV/MCast to the list of AV files.naga1999-07-041-1/+2
|
* Added Multicast Support to the existing Pluggable Data Protocols.naga1999-07-047-172/+567
| | | | The files MCast.{h,cpp} contain the Multicast pluggable classes.
* Documented the Pluggable protocol changes.naga1999-07-041-0/+57
|
* Added a README for the test.naga1999-07-041-0/+22
|