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
What are some good libraries for doing TCP reassembly? I have some pcap files (too large to handle using wireshark) and I want to do TCP reassembly. Development of libnids seems to have stopped. I'm wondering if anybody could give
Have you tried using the bro-ids http://bro-ids.org/ TCP layer written in C++? You are able to write simple application layer bro-scripts to do whatever you need to do. Otherwise, you can take a look on their src code.
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 2 years ago.
Improve this question
I‘m a new to clickhouse, and already read "druid vs clickhouse", but still don't know which situation can use clickhouse. I know they are good OLAP engines。
Druid is an excellent timing database。 At large data scale, it can provide ad-hoc aggregate queries,clickhouse too;
They have similar disadvantages, such as slow data writing。
Which engine should I do with OLAP?
This is the great article https://leventov.medium.com/comparison-of-the-open-source-olap-systems-for-big-data-clickhouse-druid-and-pinot-8e042a5ed1c7
Either your organization should have engineers who are able to read, understand and modify the source code of the chosen system, and have capacity to do that. Note that ClickHouse is written in C++, Druid and Pinot — in Java.
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 am wondering is there HTTP/2 open source code/library (I will more likely to use it as client) that's light weighted, written in C, and runs on freertos?
I have did research of my own (C/C++ HTTP Client Library for Embedded Projects) and I also came to know about the demo code given by the FreeRTOS + TCP demo from FreeRTOS's TCP stack.
I am wondering if you guys know any open source code/library that's light weighted, written in C, and runs FreeRTOS and implements HTTP/2?
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
I need have a networking monitoring system that have these feature.
opensourced (must)
written by c/c++. (must)
async io mode (like io, must)
support ping, http, snmp, mysql, redis... protocal
The System must run with epoll mode so that run many test as there can, no blocking at all.
Is there any avaliable one?
I don't know if you looked on sourceforge for open source software, they have many rated network monitoring systems written in C and C++. Pandora is good but look around maybe you might find what you looking for there.>>> 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 4 years ago.
Improve this question
We wish to write a music streaming app to run on our college LAN. A single user would be able to broadcast an mp3 using this app and all other hosts must be playing it...sort of like a radio.Which of the media streaming protocols are best suited for this purpose?
try using the RTSP
reference wiki
or try googling 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 7 years ago.
Improve this question
I wonder if there is a piece of software to allow automatically testing a webserver for compliance with the HTTP protocol? Ideally I'd like this program to work like this: I give it the address and port, it runs a bunch of requests and then outputs one of "non-compliant", "conditionally compliant", "fully compliant".
Thanks
The only general HTTP test suite that I'm currently aware of is CoAdvisor/HTTP.
Afaik, you can have a free demo of it, but the demo contains only a subset of all the existing test cases they have. If you need more than that, check their license options.
maybe pathod is some tool for you ? also, look for libhtp tests directory