Universal Binary Format

UBF is a language for transporting and describing complex data structures across a network. It has three components:

  • UBF(A) is a data transport format, roughly equivalent to well-formed XML.
  • UBF(B) is a programming langauge for describing types in UBF(A) and protocols between clients and servers. UBF(B) is roughly equivalent to to Verified XML, XML-schemas, SOAP and WDSL.
  • UBF(C) is a meta-level protocol between used between UBF servers.

While the XML series of languages had the goal of having a human readable format the UBF languages take the opposite view and provide a "machine friendly" format.

UBF is designed to be easy to implement. As a proof of concept - UBF drivers For Erlang, Oz, Java and TCL can be found in the download area. Implementors are welcome to add new languages.

UBF is designed to be "language neutral" - UBF(A) defines a language neutral binary format for transporting data across a network. UBF(B) is a type system for describing client/server interactions which use UBF(A).

MarcWorrell.com/ created on 2008-07-09 11:50:50/ modified on 2008-07-09 12:25:21/ mail me at