-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d8b1a98
commit 856fd09
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# syncodecs | ||
Syncodecs are a set of C++ classes implementing adaptive synthetic video codecs. "Synthetic" means that they do not encode real video; they provide a sequence of packets/frames whose size/frequency adapt to the configured target sending rate. This configured target sending rate can be changed over time. The synthetic codecs can be used both in simulation environments (ns2, ns3), and in physical testbeds running real endpoints. | ||
|
||
For further information, please look at the extensive Doxygen documentation and examples in the ".h" files. |