WBXML .Net release 1.0

Today I released the first version of the WBXML .Net 1.0 library. With this library you can encode and decode WBXML messages.

More information can be found at http://wbxml.codeplex.com

Read more from the Uncategorized category. If you would like to leave a comment, click here: 3 Comments. or stay up to date with this post via RSS, or you can Trackback from your site.
Social Bookmark : Technorati, Digg, de.licio.us, Yahoo, Blinkbits, Blogmarks, Google, Magnolia.

Leave a Comment

Name (required)

Email (required)

Website

Comments

3 Comments so far

  1. Scott April 16, 2009 12:26 pm

    Excellent work Johan!

    I’ve been looking for a .Net SyncML library and came across yours on codeplex. You’ve done a great job mapping the WBXML structure into .Net classes :)

    Keep up the great work.

  2. Merijn May 25, 2009 3:39 pm

    Do you know if there’s a binary that can decode / encode wbxml files?

    I’m not a .net programmer but I just need to convert those files for a php application.

  3. Johan de Koning May 25, 2009 11:01 pm

    The issue with encoding/decoding WBXML files is that you need to know which tokens you are using. These tokens are described in a tokenspace. What is the content of the WBXML message? Are those SyncML?

    As far as I know there are only libraries for encoding/decoding WBXML and no applications. Maybe I can create a demo application based on the WBXML.Net Library where you can specify the input (WBXML or XML) and the tokenpages which should be used. Can you give me more details about the WBXML decoding/encoding needs of your php application?

    BTW I know that there are libraries for PHP which can be used for encoding/decoding WBXML. Don’t know the quality and never tried one. You will find them when you search on Google