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
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
3 Comments
0 Trackbacks
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.
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.
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