[tor-project] onyinyang's monthly status report, January 2023

Hello everyone,

This is my status report for the contract work done in January 2023. Apologies for the delay!

Lox Implementation

  • Updated Lox library to implement serialization/de-serialization as required for wasm bindings
    onyinyang / lox · GitLab
    note: these changes could likely be merged into the main library (https://git-crysp.uwaterloo.ca/iang/lox) once this effort is complete.

  • Implemented wasm bindings for the first (open-invitation) Lox protocol in the Lox client

https://gitlab.torproject.org/onyinyang/lox-wasm

  • Implemented test server in rust to handle the requests made by the client

https://gitlab.torproject.org/onyinyang/lox-server

So far it’s been interesting and exciting to help out with this effort :slight_smile:

onyinyang

Hello everyone,

···

This is my status report for the contract work done in February 2023.

Lox Implementation

  • Continued implementing wasm bindings for the remaining Lox protocols, this is now functional for all Lox protocols.

https://gitlab.torproject.org/onyinyang/lox-wasm

  • Continued implementing test server in rust to handle the requests made by the client, this is also functional for all Lox protocols.

https://gitlab.torproject.org/onyinyang/lox-server

onyinyang