Giter VIP home page Giter VIP logo

mfast's Introduction

mFAST Build StatusBuild status

Introduction

mFAST is a high performance C++ encoding/decoding library for FAST (FIX Adapted for STreaming) protocol.

For more information, please read the article.

Download and Build Intructions

For Unix or macOS with boost library installed on the system paths.

git clone --recursive https://github.com/objectcomputing/mFAST.git
mkdir mFAST/build
cd mFAST/build
cmake ..
make

For detailed build instructions for systems without existing boost library installation or on Windows, please read the wiki page.

Important Notice

[03/13/2016] mFAST has changed the licence from the LGPL v3 to the BSD 3-clause “New” or “Revised” license.

From now on, mFAST require C++ 11 to compile. You can check out the version with tag name "v1.2.1" if you need a C++ 03 only solution.

mFAST has limited support for FAST protocol version 1.2 now. That includes the new define and type tags in the FAST XML specification and the new enum/boolean types. In addition, the generated sequence types support iterators now. However, there is no support for SET, BIT GROUP and TIMESTAMP yet.

If you have used mFAST 1.1 version, please notice there are some backward-incompatible changes. First, to make a existing field absent, please use msg_mref.omit_fieldName() instead of msg_mref.set_fieldName().as_absent(). Second, if you have developed your own visitor for mFAST cref/mref types, the visitor has to be able to visit the new enum cref/mref types.

Using mFAST across the web

  • OCI has successfully translated the mF AST source code into asm.js (an efficient subset of JavaScript).
  • The asm.js version of mFAST when used with Socket.io enables high volume data exchanges between browsers and servers.
  • This is an ideal data format for streaming graphs and feeds to web and mobile clients.
    • It can also go the other direction to stream from web and mobile clients.

mfast's People

Contributors

alexeydmitriev avatar cuavas avatar huangminghuang avatar ksergey avatar rewritablej avatar vovaprog avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.