GithubHelp home page GithubHelp logo

Telemetry about csc-510-group-g HOT 3 CLOSED

arjunmadan avatar arjunmadan commented on June 23, 2024
Telemetry

from csc-510-group-g.

Comments (3)

arjunmadan avatar arjunmadan commented on June 23, 2024
  • External application that monitors when there's a copy/paste/cut event.
  • Log active window, copied/pasted content, time.

from csc-510-group-g.

arjunmadan avatar arjunmadan commented on June 23, 2024
  • Now possible to log all copy/cut events system wide. Stores the string copied, time, and active window (window where the string was copied from).
  • To do: log pastes.
    • One solution: integrate paste logging with the extensions since it's the only way (I can think of) that would allow us to only detect pastes in Atom.
    • Another solution: Check if active window is Atom while pasting, and log only if this is true. (Will look at this first).

from csc-510-group-g.

arjunmadan avatar arjunmadan commented on June 23, 2024

An interesting problem I just encountered:

Integrating the logging with the Atom extension code would result in only the stuff being copied from within Atom being logged, but having it separate would result in us losing information about what is being pasted since the clipboard is local to Atom.

One solution I have is to use a separate logger for logging copy and cut events (basically when the contents of the clipboard change), and having a separate logger that runs from within the extension. This would basically just be a block of code that writes to a file with the same information as the copy logger.

We could then merge the data, and sort based on the timestamp in order to get an accurate representation of how the extension is being used.

I'll have the block of code ready by the 24th, and we can spend the last few days integrating it to make sure it works fine.

from csc-510-group-g.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.