ANS.1 JAVA和.net的编解码库--BinaryNotes

BinaryNotes是ASN.1 (Abstract Syntax Notation One) 的Java和.NET框架。 

The framework contains:

  • Encoding/decoding library. The library has BER, DER and PER implementation.
  • BNCompiler - the extensible ASN.1 compiler which is able to generate Java or C# code for the specified ASN.1 input file. The generated code has annotations/metadata that uses the compiler in runtime. You can customize the generated files by change the original XSL-templates or create your own templates.
  • BinaryNotesMQ - simple to use, compact and fast Messages Queues based on ASN.1 encoding which allow to co-operate applications in mixed .NET/Java environment. RPC-style is supported too. 
    The notes about BNMQ performance is available at my blog: Remoting frameworks performance comparison...

If you are novice in ASN.1 then you can start from http://en.wikipedia.org/wiki/ASN.1


项目地址:http://bnotes.sourceforge.net/

你可能感兴趣的:(java,.net,performance,compiler,encoding,frameworks)