|
Revision 1, 496 bytes
(checked in by thesz, 3 years ago)
|
Initial commit
|
| Line | |
|---|
| 1 |
Licensing |
|---|
| 2 |
--------- |
|---|
| 3 |
|
|---|
| 4 |
All source files are licensed under GNU GPLv3 or later. |
|---|
| 5 |
|
|---|
| 6 |
Some conventions |
|---|
| 7 |
---------------- |
|---|
| 8 |
|
|---|
| 9 |
Almost all circuits have to know whether their peers can or cannot receive |
|---|
| 10 |
data. Also they should made their peers know about same. |
|---|
| 11 |
|
|---|
| 12 |
So, all circuits should provide output called RTR (Ready To Receive) and |
|---|
| 13 |
accept inputs called CTS (Clear To Send). |
|---|
| 14 |
|
|---|
| 15 |
All RTR outputs are connected to CTS inputs. |
|---|
| 16 |
|
|---|
| 17 |
It is possible to designate CTS and RTR signals further if they are for |
|---|
| 18 |
specific peers. |
|---|