To be clear, it sounds like "anyone using marketdump" means only those people using the piece of software from Slopey and NOT a data scrape of all trades made by the ~30,000 users cited by Slopey. Just keen to ensure no one is monitoring my trades and other metrics/data. I wasn't aware when using Slopey's tool briefly that there would be an upload of my data to aggregate with what he's already holding, but I'd need to check again next time I use it (if I do).
Did you read the above? There aren't 30,000 users using the BPC, there are 500. Updates are provided by the marketdump tool - you'll need to speak to Andreas about that but the only information uploaded is the station system, name and prices. Your credit card details and other pointless minutae are safe unless Andreas is a master criminal in disguise! Feel free to access the EDMN data - sample Python code is in his thread.
Prices are ONLY uploaded by marketdump, since Beta 1.02 the BPC stopped accessing ED's memory directly to get prices (largely because they improved garbage collection so it's not sitting there, and also because I'm not any good at the breakpoint stuff, and I hate reinventing the wheel).
From a privacy POV it gives me a little concern, but I'd need to know more about what data was being stored, for how long, and what it contained. As it's only monitoring/reporting prices in realtime there's seemingly no need to keep data beyond say an hour after which earlier data should be deleted, however Slopey indicated he can see who's been logging in & out of his tool (over a longer period?).
Perhaps Slopey could be clear about what ED data he is holding and for how long. That might settle my nascent concerns.
Sure, I track the prices for any given station from updates provided by users via marketdump (and listening to that feed and updating a backend database) indefinitely, until I decide it's getting a bit big and clear it out. I also track the IPs of users requesting the market data from a web page to see how many people are using the tool, but that's it. It's all unencryped - feel free to packet sniff the transmissions if you want, you'll see a request to a dumpAll.php page (doesn't POST or GET anything, just requests a page) and that's all. The IP tracking is done by virtue of the fact that you're calling a web page, so your IP is logged automatically on the web server end. Again, feel free to do some crazy proxy stuff if you want.
Sniff away....
Feel free to ask anything you want in the Market Tool topic in the Beta forums or in the BPC chat room - see sig. Note that I've always said I'd turn the BPC tool off tomorrow if asked by FD, but now that the marketdump tool exists, it's out of my hands.