Martijn de Vos
Martijn de Vos
Thanks for sharing! Actually, I have a somewhat working port of the USB TCP logic in this branch: https://github.com/devos50/qemu-ios/tree/dfu_s5l8720 so that would be a starting point.
Yes that's expected. I do toggle the DFU mode manually in the code so it expects USB traffic. You would need another tool to send some data to the device...
Great idea! The simulator _should_ be compatible with openiboot since I actually used it to understand the behaviour of the different hardware devices. Would be interesting to run the openiboot...
A similar issue has been reported here: https://gitlab.com/qemu-project/qemu/-/issues/816 Are you sure the standard libraries are installed (e.g., with Pacman)?
Might be a nice addition for Tribler 7 but very low priority.
@ardhipoetra great, thanks for sharing! You might want to rate-limit your requests and maybe use HTTP proxies for the crawling process?
More relevant literature: http://repository.tudelft.nl/islandora/object/uuid%3A17adc7bd-5c82-4ad5-b1c8-a8b85b23db1f?collection=education
This week, we brainstormed a bit about modularization of Tribler (splitting Tribler up in separate components, like IPv8, VoD, market etc). I think a dedicated 'trust module' would be an...
Nice! Side note, are you sure that's IEEE style? Looks a lot like the ACM template to me ;)
All downloads are checkpointed every five minutes so they shouldn't check if they are checkpoint before that time. When Tribler checkpoints, some resume data is written to the disk. I...