===================== Example applications ===================== You can find an example application inside the `example directory `_ which shows an end-to-end file transfer on a host computer. This should give you a general idea of how the source and destination handler work in practice. There is also a `test application `_ which cross-tests the `cfdp-py` CFDP implementation with the `Libre Cube CFDP `_ implementation. Finally, you can see a more complex example also featuring more features of the CFDP state machines `here `_. This example uses UDP servers for communication and explicitly separates the local and remote entity application.