Monitoring network activity [closed] - c++

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I wanted to know if there was a way (APIs , Library) to monitor network activity on different interfaces (wireless , wired) being performed by applications triggered by different users on windows.

You want a program that can monitor various interfaces, log packets, and filter them based upon packet addressing, protocol, etc.
Look at the program called Wireshark/Ethereal (using Pcap), or Tcpdump.

Related

visual C++ program how to make it interact with other program [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have question how to make a program and then run it on 2 different computers, and then I'd like to somehow connect them together, so they could interact with each other. For example i type some text in program on my computer, and then text would show up on other computer.
Can you point me to some literature, or what should i look at to do something like this.
Here is a quick example of connecting two computers over a socket.
http://qt-project.org/doc/qt-5/qtnetwork-fortuneserver-example.html
http://qt-project.org/doc/qt-5/qtnetwork-fortuneclient-example.html
Some related terms you should get to know are: TCP, UDP, IP, Socket, Port, IP Address
Qt makes most of the work of getting them talking to each other pretty simple.
Btw, at the time of writing, Qt 5.2 is the most up to date one to get.
Hope that helps.

Does a software CPU analyzer for Windows Embedded Compact exist? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Looking for a software logic analyzer for embedded Windows software that lets you visualize and troubleshoot complex target activities. Allows you to see, on a timeline, how tasks, OS, and interrupts interact - who has the CPU, what states are the different tasks in, are my timing requirements met, etc.
Does a software CPU analyzer for Windows Embedded Compact exist?
You can use Kernel Tracker to perform this kind of analysis. You can collect data by enabling celog and the use the tool to visualize the information.
Here:
http://msdn.microsoft.com/en-us/library/ee479601.aspx
you can find some documentation about it in Compact2013 (I'm sorry but it seems that documentation for CE6 and Compact 7 has been hidden so well that even google can't find it!).

Is there a software project index? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am working on a platform to collect various data of software projects (e.g. code repository, issues, etc). Now I would like to create an index over software project, but before I do so on my own, I wanted to ask whether such an index already exists.
Ideally, such an index would list various (open source) software projects and offer data and URLs related to them. What I would need is at least the project name as well as the URLs to the code repository and to the issue tracker. An API to gather this information then would make it perfect.
Is anybody aware of such an index?
Have you come across ohloh.net? It's the closest thing I can think of from what you have stated.

tools for displaying custom performance counters across multiple machines [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to monitor the performance of my application.
I wrote custom performance counters and monitored them with perfmon but since my application run on several machines I need a tool (open source ?) which can monitor the whole system (aggregate the same counters across the different machines, user-friendly display, graphs and so on).
On way to do so is to query the performance counter on all the machine using WMI and display the result with graphs and more I’m sure there are several solution for that and I would like to hear about them.
Thanks,
Ron Anavi

Particle library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
maybe someone knows a good crossplatform particle library?
I know Pyro particle library, but it's not crossplaftorm and free. There is also Magic Particles (Probably, the best version I need) but there is only theoretical possibility to make a port on Linux.
I'm not sure how good it is, but I remember seeing a post on www.gamedev.net on a open source particle engine written in C++. It appears to be graphics-library agnostic, so you should be able to easily port it to whatever platform you are interested in.
Here's a link:
http://sourceforge.net/projects/sparkengine/