Home
Half-Blood Programmer
Cancel

TritonMate Words: Story on RFC 3414 Support

Back in May 2009 when I was working on initial SNMP v3 support, I think the discovery process was rather simple. Since then that piece of code have been working well. It seems to me that choosing N...

How to Compile Bouncy Castle on Mono/Linux

Bouncy Castle is a good library to perform certificate/encryption related tasks on .NET/Mono. However, it is not obvious how to compile its source code on Mono/Linux. This post will show you how. I...

TritonMate Words: #SNMP and Compact Framework

.NET Compact Framework was a monster released by Microsoft. After so many years, we observed many of its disadvantages, It is a ill-designed subset of full .NET Framework. Even many methods/cla...

TritonMate Words: #SNMP and PowerShell

A long time ago there was voices asking whether #SNMP can be used in PowerShell, http://sharpsnmplib.codeplex.com/discussions/72439 http://sharpsnmplib.codeplex.com/discussions/221620 http:...

TritonMate Words: Mono for Android Port Beta Package

I hope followers of this blog are not bored by the less and less change sets I submitted to the repository, and today this piece of important news arrives. Figure 1: #SNMP on Mono for Android. ...

Windows Installer Service Breaking Change on Windows 8

Windows Installer team published a nice blog post about how to detect whether Windows Installer is busy with an MSI package. And the recommendation was For Windows Installer 3.0 or greater, we...

TritonMate Words: Official Port to Mono for Android

As announced, my new laptop arrived last Monday. So this has been a fabulous week for me. My very first task was to finish the official port to Mono for Android. And today I think I have done a ...

TritonMate Words: Compile with ANTLR on Linux/Mono

It is fairly easy to compile #SNMP 7.5 on Windows, as the ANTLR C# runtime contains a MSBuild targets file which provides good enough integration. However, due to a Mono bug, this targets file cann...