-1

I am starting to create an SNMP agent using SharpSNMP and VB.NET.

Could anyone let me know where I can find sample VB.NET code for this?

I have seen C# code but was unable to find any VB.NET code for this. Otherwise could someone show me a basic GET and SET using VB.NET and SharpSNMP? Thanks!

slayernoah
  • 4,382
  • 11
  • 42
  • 73

1 Answers1

0

https://github.com/lextudio/sharpsnmplib/tree/master/Samples/VB.NET

All VB.NET samples are there. Meanwhile, any VB.NET developer should learn C# IMHO.

Lex Li
  • 60,503
  • 9
  • 116
  • 147