Archived

This forum has been archived. Please start a new discussion on GitHub.

New transport layer

I have an embedded system which does not have an ethernet port attached to it. I do have a transport over the PCI bus using some FIFOs etc, is there any documentation on writing my own transport layer underneath ICE-E? I've looked through the FAQ and docs and couldn't see anything that caught my eye about it.

Thanks

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    No, there is no documentation available on how to write a new transport layer. Currently, your best option is to take a look at the TCP transport layer code located in src/TcpTransport and use that as a guide for writing your own transport.