Since my pre­vi­ous post on Fil­bert I have added a sim­ple but func­tional BERT-RPC client which I have man­aged to test against native Erlang mod­ules run­ning on Ernie.

To make it eas­ier for you to try it out I’ve uploaded the pack­age to NuGet, which you can down­load from here, or run the sim­ple NuGet command:

Install-Package Fil­bert

in the pack­age man­ager con­sole inside Visual Studio.

To try it out, please have a look at the exam­ples avail­able on the project’s wiki page (see below list) or take a look at the F# and C# exam­ple projects included as part of the solution.

 

Again, feed­backs and sug­ges­tions are very wel­comed, and do let me know if you run into any prob­lems or incon­ve­niences whilst using Fil­bert and I’ll do my best to help you resolve them ASAP.

Share

3 Responses to “Filbert – added BERT-RPC client + NuGet”

  1. John Waters says:

    I would like to use this from Mono (Mono Touch and Mono Droid) but Mono only sup­ports c#, not f#, right? Do you have a C# ver­sion of the encoder/decoder?

  2. theburningmonk says:

    Hi John, F# is sup­ported on Mono! The best place to find out about run­ning F# on mono is at the F# Soft­ware Foun­da­tion web­site (http://fsharp.org/).

    Dave Thomas also have a very good blog (http://7sharpnine.com/) where he is shar­ing some of his expe­ri­ences get­ting F# run­ning with MonoGame and Mono­Touch, also well worth a visit :-)

  3. theburningmonk says:

    A word of cau­tion though, this project is more of a proof of con­cept and is not ready for pro­duc­tion use! I’m still try­ing to find time to improve on per­for­mance amongst other things.

Leave a Reply