This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
Very quick start |
| 2 |
|
| 3 |
Requires Guile 2 |
| 4 |
|
| 5 |
You may need to set GUILE_LOAD_PATH to something like: |
| 6 |
|
| 7 |
export GUILE_LOAD_PATH=/usr/local/share/guile/2.0:/usr/local/share/guile/site/2.0:/usr/share/guile/site:/. |
| 8 |
|
| 9 |
To load module: |
| 10 |
|
| 11 |
(use-modules (packedobjects packedobjects)) |
| 12 |
|
| 13 |
API: |
| 14 |
|
| 15 |
(encode <protocol> <data>) |
| 16 |
(decode <protocol> <pdu>) |
| 17 |
|
| 18 |
See examples directory. |