Dr. Quinten Stokkink
Dr. Quinten Stokkink
Here's how I did this in `ipv8`: https://github.com/qstokkink/py-ipv8/blob/master/keyvault/public/m2crypto.py https://github.com/qstokkink/py-ipv8/blob/master/keyvault/private/m2crypto.py
@devos50 Assuming the amount of extra work to accomplish this is negligible: I am in favor. This provides some extra motivation as we strive for [Dispersy 2.0](https://github.com/Tribler/tribler/issues/2778) 😃
@devos50 it should work just fine on its own. However, I agree that this should not be done in this repository as that will break just about everything. So instead,...
Dispersy is end of life, ~~therefore I will close this issue.~~ so we can simply remove/disable these statistics imo.
I agree with the reason for disabling it though (`The stress test is not actually a unittest`). I think this is more of a Gumby integration test than a Dispersy...
Can we decide on some software/library to use (or to make) to graph all of this data? All sorts of dashboard creation tools exist. For example: https://dzone.com/articles/build-beautiful-console-dashboards-with-sampler
I propose starting with something "easy". Exposing GitHub events through `tribler.org`: - Add a webhook to GitHub for the Tribler repository (sending POST requests to the `tribler.org` domain). - Add...
You may want to look at the [`DispatcherEndpoint`](https://github.com/Tribler/py-ipv8/blob/d95b22344b0adac84619c039366fba7eb4f2b043/ipv8/messaging/interfaces/dispatcher/endpoint.py#L56), which allows you to hook in zero-or-more other `Endpoint`s and support multiple ports. [Here's an example in Tribler](https://github.com/Tribler/tribler/blob/3dbc6cb0e76a035f57f9c21f22f75029fd013040/src/tribler/core/components/ipv8/ipv8_component.py#L53-L63). The `Peer` class does...
*Disclaimer: there is more than one way to implement these things - don't regard the following suggestions as absolute truths. I fully support your overall conclusions and I'm only giving...