The INBOUNDS Project

This is mostly just a dropping point for my INBOUNDS-related code. You probably actually want the real INBOUNDS web page for information having to do with the project as a whole.

Code I have produced for INBOUNDS (or otherwise)

If you're really here to get my code, here goes.

  • psocket, a high-level (well, for C) socket library used by all of my communication code. Someday this guy will have a page of his own, most likely.
  • icomm_tcp, an implementation of the INBOUNDS Communication Libarary Interface using TCP as its transport protocol.
  • icomm_tools, a collection of very simple programs using the INBOUNDS Communication Library Interface intended to aid in debugging and development.