Johan Pouwelse

Results 794 comments of Johan Pouwelse

First concrete step: - possible goal: attestation of birth (official doctor attestation, claim of parent and doctor; genesis baby block) - add support for attestations in Trustchain app - find...

Clear roadmap for coming 2 weeks: - make the trustchain app maintainable - [big refactor to make it long-term viable](https://github.com/klikooo/CS4160-trustchain-android/branches) - Core features; re-usable building blocks for any blockchain app:...

Progress reporting: - refactor & rewrite [protocol buffers now used extensively](https://github.com/klikooo/CS4160-trustchain-android/blob/2_claim_functionality/app/src/main/java/nl/tudelft/cs4160/trustchain_android/appToApp/PeerHandler.java) (prior path SQLite storage, then ProtoBuf, into appToApp, then BEncode, finally UDP sockets) - single [.proto file](https://github.com/klikooo/CS4160-trustchain-android/blob/2_claim_functionality/app/src/main/java/nl/tudelft/cs4160/trustchain_android/Message.proto) not only...

Progress to date: - [Trustchain + overlay: .proto Single Protocol Buffer message definition](https://github.com/klikooo/CS4160-trustchain-android/blob/master/app/src/main/java/nl/tudelft/cs4160/trustchain_android/message/Message.proto) - 8548 lines of generated code by Protocol Buffers [serialising and de-serialising each message](https://github.com/klikooo/CS4160-trustchain-android/blob/master/app/src/main/java/nl/tudelft/cs4160/trustchain_android/message/MessageProto.java) into a byte...

Status: - zero-knowledge proof: not yet operational in Java - timer added for UDP packets - please make it easy to understand - From / To directionality and simply a...

Good progress. Tomorrow is demo day.. Is newest version on Google.play? Can you please add a "release version" into the info tab, for instance?

Progress: 15,513 additions and 6,513 deletions in [Pull Request](https://github.com/wkmeijer/CS4160-trustchain-android/compare/master...klikooo:master). Out of which 9234 is outgenerated from app/src/main/java/nl/tudelft/cs4160/trustchain_android/message/MessageProto.java. Simple Android studio build Final sprint: - location of documentation + final reporting...

@klikooo implement binary transfer. summer project - enable generic remote electronic signature of any .PDF file or picture - the [real robust code](https://github.com/bittorrent/libutp). - Mix C++ lib with Android (https://github.com/arvidn/libutp)...

[Please read the pioneering work from Lik Mui at MIT from 2001 onwards](https://groups.csail.mit.edu/medg/people/lmui/papers.html) ``` L. Mui, M. Mohtashemi, S. Verma (2004) "A group and reputation model for the emergence of...

[REGRET: Reputation in gregarious societies](http://www2.iiia.csic.es/~jsabater/Publications/2001-AutAgents.pdf) (2001 paper) The [Multi-Agents Systems community](https://en.wikipedia.org/wiki/Multi-agent_system) has for 20+ years worked on trust. However, these models are pure mathematical. They rarely get confronted with real-world...