OpenWPM icon indicating copy to clipboard operation
OpenWPM copied to clipboard

Create DataSocket

Open vringar opened this issue 5 years ago • 0 comments

This would be a wrapper around client socket providing utility methods for the four types of messages the storage controller understands. These are

  • append_table(table_name, record)
  • initialize (visit_id)
  • finalize(visit_id, success)
  • save_blob(hash, blob)

This class would replace the raw client socket we use today in BaseCommand.execute and could be used for testing

vringar avatar Jan 11 '21 15:01 vringar