Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
i'm writing C# code in visual studio2015 and im looking for packet capture library
my goal is to reject some non-allowed packets and ddos attack
I only know of one library that can do it for windows: WinDivert
It also has a .net wrapper: Divert.Net. For the Divert.Net you need the 1.2.0-rc MSVC files from what I remember.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Are there are any standard libraries for pattern recognitionin time series in c#? All I see are those in Python
Thanks
you can check the following libraries :
Cronos
Math.NET Iridium
Deedle: Exploratory data library for .NET
also you can call R functions from C# check this link
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Anyone knows a free API (preferencially in Java) for IrDa in to use in Windows 7 x64?
I need to send some data over an Actisys IR4000 but I don't have a clue.
Thnks
Does Java allow access to sockets types other that TCP/IP? IrDA programming is via winsock, see my (big!) document http://www.alanjmcf.me.uk/comms/infrared/Microsoft%20Windows%20IrDA%20programming.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for any open source application that uses lucene.net. I am working on a complicated web application and would like to see how others have implemented lucene.net.
I think Raven DB uses it under the hood.
The latest release (2.5) of SubText uses it.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Does anybody have a C# wrapper for Cairo library? I need it to use to render PDF files previews on my program (in Windows and Mac under Mono)?
Simple answer: Mono:Cairo
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Anyone know of an eye-tracking library for C#, C/C++ or Objective-C? Open-source is preferable. Thanks.
OpenCV could probably do it. It has the ability to perform face recognition, so eye tracking might be a subset of that.
Here is a page full of eye-tracking resources, many of them open-source.