Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic value transfer primitive - master thesis #6029

Closed
synctext opened this issue Mar 17, 2021 · 52 comments
Closed

Generic value transfer primitive - master thesis #6029

synctext opened this issue Mar 17, 2021 · 52 comments
Assignees

Comments

@synctext
Copy link
Member

synctext commented Mar 17, 2021

Problem description: architecture and deployment of trustworthy offline value transfer

The financial system is the heart of capitalism. In the online world we now have the Bitcoin open protocol for crypto tokens. No regulated alternative exists with sufficient consumer protection, stability, and state-based value guarantee. Central Bank Digital Currencies are being discussed by the European Central Bank, a digital Euro. You will build upon the Delft University experimental deployment of a digital Euro, turning it into a generic value transfer primitive. Source code

Requirements: The value transfer primitive is required to be a cash replacement 💶 . Value transfers do not require any intermediary. The requirements are to support low-value transactions, offline-first (Internet is optional), and compliance with existing laws. Value transfers may be fully automated in a machine-to-machine economy. A simple scenario is that a Tesla car could use this value transfer to buy or sell battery charge automatically.

This work is ideology driven. This works supports Delft University research towards a reformed financial sector that is more efficient, more effective in serving the wider economy and more resistant to bad behaviour of all kinds, Background reading on bearer instruments and central bank digital currency.

Digital identity is required to open a bank account. Unlimited anonymous money is not compliant with money laundering and anti-terror legislation. The problems with digital identity are unsolved. You will build upon the recent work by Rowdy who deployed a self-sovereign digital identity, eWallet, QR-code scanner, and zero-knowledge proof system. The UK minister of digital infrastructure announced their digital identity and digital trust framework also the Dutch vision on digital identity by our secretary-of-state (in Dutch only). (see also)

This master thesis is part of an incremental effort ongoing for 22 years at Delft University. We are trying to make the Internet more open, free, and fair. We are building open protocols for money, trust, code and data. A generic value transfer primitive is the cornerstone of any online economy. You will be the first to create one that works and scales.
image

@synctext synctext added this to the Backlog milestone Mar 17, 2021
@synctext synctext self-assigned this Mar 17, 2021
@synctext
Copy link
Member Author

Rough timeline (tentative)

  • 1-2 months: read background, compile prior code, understand ID,wallet and CBDC
  • 2 months: participate in design team of Digitale Bron Identiteit (Deliver a report, English thesis appendix)
  • 5 months: value transfer primitive

@synctext
Copy link
Member Author

synctext commented Mar 30, 2021

Update on 30 March 2021. Many students are contributing to Superapp: 1) Machine Learning, 2) multi-sig Bitcoin, 3) liquidity pool Euro-Bitcoin 4) liquidity pool Bitcoin-Ethereum

Brainstorming on concrete directions:

  • Reliable messaging of money to any identity (WhatsApp4Money)
  • Generic Wallet (Euro,Bitcoin,Ethereum,Tribo), trust function and transfer primitive
  • non-monetary value transfer: "this identity is a real person and trustworthy"
  • Finality of transfers with unreliable message transfers
  • DAO route with multi-sig Schnorr digital Euro
  • International trail with Sweden, Germany

ToDo first sprint: get the superapp going from the sources. Start a Euro gateway. Understand the decentral social network: peerchat.

@synctext synctext assigned jwbambacht and unassigned synctext Mar 30, 2021
@synctext
Copy link
Member Author

synctext commented Apr 15, 2021

2nd Brainstorming on concrete directions:

  • work towards concrete use-case that fully works
  • either conduct mini-trail or not. No big trail.
  • Focus on the reliability aspect (finality,code quality, message delivery)
  • Experienced graphics designer! Making things look good
  • Information exchange, ID validation, only revealing minimum of attributes
  • Sending money to validated identities and validated business entities
    • public key registry
    • broad view
    • reliability aspect & polish
    • customer journey

Some related developments:
Multi-sig server for Superapp: taproot.tribler.org

digital offline Euro... "The analysis confirms, by and large, our initial findings: what the public and professionals want the most from such a digital currency is privacy (43%), followed by security (18%), the ability to pay across the euro area (11%), no additional costs (9%) and offline usability (8%).", https://www.ecb.europa.eu/press/pr/date/2021/html/ecb.pr210414~ca3013c852.en.html

China and the race for the future of money. "China started with several urban pilots of the digital RMB—known formally as digital currency electronic payments (DCEP)—and is studying moves to broaden the trial to additional areas. DCEP is a fully digital version of the RMB, downloaded using authorised apps (digital wallets). The currency may incorporate secure technologies such as blockchain, as well as near-field communication (NFC) capabilities that allow offline money transfers when two wallets (typically mobile devices) touch.", https://www.pwc.com/gx/en/issues/reinventing-the-future/take-on-tomorrow/china-future-money.html
also https://www.coindesk.com/goldman-sachs-digital-yuan-report

“States risk ceding control over many areas of finance and the economy to the private companies that dominate the digital space. Leading technology companies will entrench their monopoly positions, drawing on financial resources and superior engineering capacities. The monopoly on data held by third parties will continue to pose increasing risks of manipulation and criminal use of personal information. Privacy and the ethical use of data are key topics to be addressed by law enforcement, legislators and policy makers.”
https://www.europol.europa.eu/activities-services/main-reports/european-union-serious-and-organised-crime-threat-assessment

@synctext
Copy link
Member Author

To discuss: file transfer progress bar. (#6023 (comment))

@jwbambacht
Copy link

First version problem description.

ProblemDescription.pdf

@synctext
Copy link
Member Author

synctext commented May 4, 2021

  • Solid start of first thesis material!
    • Problem description needs bit more related work (SSI, DBI, CBDC,24 cent cost of PIN, ECB policy, etc.)
    • converting real money from a bank to digital cash in the form of EuroTokens, actually the central bank money is the more real money. Bank can legally print their own money through solid accounting magic 💶 🧙‍♂️ 💶
    • Players (e.g. like banks) are not to blame, but the ecosystem creates systemic fragility
    • Disconnect money transfers from banks. Banks with appetite for risk or weak AML are not critical to ecosystem. Never too big to fail. Shield consumers and economy.
    • storytelling in pictures make it somehow less scientific.
  • Stopping all manual processes, straight-through digital processing and achieve a unbelievable 100x drop in payment infrastructure cost.
  • Do you want the current US-based monopolists or you prefer a European-grown monopoly
  • The Big Picture: create decentral economy with several generations of numerous master thesis students
  • Generic value transfer primitives
    • Addressbook, validated public keys
    • Secure connection setup
    • Peerchat (whatsapp) interaction paradigm
    • Incoming messages, photos, videos, money, contracts, and files in general.
  • Prior SSI work, generic framework for attestations: Universal wallet for identity, attestations, and money #4461
  • The EuroToken gateway not yet working! @rwblokzijl
  • Thesis focus on reliability and security (PKI that actually works)?
    • QR codes
    • File transfer
    • DHT reliability
    • Connectability
    • Proxy bandwidth
  • Related work reading and document by extending your .PDF document.

@jwbambacht
Copy link

Example App Sketch

AppOverviewNew
AppOverviewNew-2

@rwblokzijl
Copy link
Member

rwblokzijl commented May 4, 2021

I can help getting the EuroToken code to work. Do you have any way i can reach you?

@jwbambacht
Copy link

Updated version of problem description and a start on state of the art.

ProblemDescription_02-06-2021.pdf

@synctext
Copy link
Member Author

synctext commented Jun 3, 2021

Feel free to make it stronger, if you feel that way. You can keep it in this more "boring"/rational manner. Activism is OK at a university.

Within Tribler team we are interested to the point of obsession with monopolies: I. the financial system with the free money creation monopoly; II. global media and news organisation with structural bias, state-censorship, and fake news. III. Platform power with Google, Facebook, and Amazon with anti-competitive behaviour, winner-takes-all dynamics where competitive pressure has failed.

Opening line of problem description could be: the current financial system and digital economy is structurally unfair to citizens. Governments have failed to protect "consumer welfare". Citizens and economic actors have no alternative to banking services, Big Tech and their anti-competitive practices [1; 2]. This thesis contributes to a reformed financial/tech sector that is more efficient (I.), more effective in serving the wider economy (II.) and more resistant to bad behaviour of all kinds (III.).

Our first motivating example of market failure is the WhatsApp messaging platforms. [etc etc] Whatsapp failing terms-of-service. Competitor based on openness Signal has barriers to market entry, no network effect, compete against closed protocol. Whatsapp has stickyness, like Hotel California, you can install, but never leave. Unfortunately citizens are powerless in this uncompetitive market. Governments need to actively support Adversarial Interoperability. This thesis indirectly contributes to such efforts.

Cardinal financial primitive (idea for thesis core): arbitrary amount of Euros, arbitrary sized binary blob, and proof-of-existence (hash(Tx)) of this transaction on your personal Trustchain. Generic function to move both valuable information (euro=0), monetary value (blob=0), or financial transaction enriched with information (nothing=0). Generic in the sense that its a multi-currency transfer primitive (Bitcoin,Euro, Ethereum or Tether scam coins).

Comments Figure 2: Public key encryption and decryption. No tutorial inside thesis, just replace all those sections with a single [REF]. Please use the term wallet when talking about this.

ToDo: update Chapter 2, replace readable normal people speak with scientific sounding terms and more compressed formulation, Android hardware procured, coding steps. For instant pleasant experience; testnet for Euros, faucet with 10 Euros upon install, every user can instantly play with all features, plus existing Bitcoin testnet faucet.

Current thesis scoping: Reliable enough for money, flawless inter-SSI communication, contract signatures, citizen identities, legal entity representation (optional), legally-binding business signatures (optional2), and generic value transfer primitive.

Month Description
March start - Problem description: architecture and deployment of trustworthy offline value transfer
June bootstrapped - compile code, run own hardware, 11-page thesis draft
Sep feature freeze of value transfer in Superapp, start focus on reliability
Dec Reliability testing infrastructure complete, documented reliability fixes, and scientific results ready (idea)
Jan Thesis DONE

Everything comes together in your impressive design: identity personas, authority interactions, chat messages, and financial transactions.

@jwbambacht
Copy link

jwbambacht commented Jun 22, 2021

Questions for this iteration:

  • conventional identity to digital identity adding/importing possible solution:
    1. show QRcode containing public key
    2. let the 3rd party (or other device) scan the QRcode
    3. conventional identity provider (or other device) creates a QRcode containing identity data encrypted using public key
    4. scan the created QRcode and decrypt using private key
    5. insert data in identity store
  • ideally an identity will always have the same public key for recoverability and consistency purposes. How to ensure that an identity will always map to the same public key? Give the user an seed phrase for instance after first initialization? What to do when the user does not know this phrase anymore? A seed phrase that is derived from the identity information can be mimicked by a malicious actor, which therefore can access the user's account. Can we expect the user is responsible for to keep it save and stored somewhere?
  • change public key of device in superapp to match personal identity public key
  • chats between identities not on the chain due to privacy concerns

Screenshots of current iteration of app. Real running code, awaiting PR.

See more screenshots. Click to expand!

@synctext
Copy link
Member Author

synctext commented Jun 22, 2021

The thesis work is progressing nicely. Running code is looking great!
We need to balance thesis direction:

  1. value transfer primitive
  2. Technical debt and refactoring (current focus: boost architecture cleanness, GUI, polish UX) Related work "Refactoring, Bug Fixing, and New Development Effect on Technical Debt: An Industrial Case Study"
  3. Reliability testing infrastructure
  4. identify faults in Trustchain and IPv8, 99% reliability. Enhancing algorithms towards 99.999% reliability. (
  • "let the 3rd party (or other device) scan the QRcode", lets keep this out-of-scope and keep-as-is
  • Put your current work into Pull Request this sprint?
  • ToDo recommendation: spend 1+ week on https://github.com/budtmo/docker-android
    1. running locally
    2. run Superapp
    3. Superapp networking works
    4. multiple Superapps communicate

@jwbambacht
Copy link

The current iteration of the app. Identity and contacts/chats implemented for the biggest part. Attestations loaded from the database can be viewed as well. Adding/verifying attestations is on the to-do list. The exchange part must be implemented completely.

Have been struggling to get docker-android going. A lot of errors and problems come up during the process. There is also a lack of documentation on how to set it up properly. I'll spend more time in the coming weeks. It was hard to spend more than a couple of hours at once due to frustration.

@synctext
Copy link
Member Author

synctext commented Jul 7, 2021

  • Exact thesis direction, usability test with (25 -) 50 people? Android docker less good fit.
  • Usability test with 39 users done within context of Bsc thesis on SSI with 5 students, the specific report is here:
    https://github.com/Tribler/tribler/files/6736098/A_Universal_Framework_for_Claim_Portability_in_Self_Sovereign_Identity_Applications.pdf
    image
  • Software architecture
    • usage of own app inside Superapp
    • all SSI and Peerchat code is self-developed and re-uses as much as possible
  • Possible storyline for thesis. This thesis matures the existing ideas around identity into primitives for an automated digital society. Building blocks are self-sovereign identity, verifiable claims, authenticated communication with perfect forward secrecy, cloud-free personalised chat, programmable money, and a universal European wallet. This thesis presents the first Internet-deployed system which brings such a wealth of functionality together. Cardinal challenge is the integration and usability of an unprecedented range of primitives: identity, money, and self-determination. Furthermore, our elements are meticulously designed to evolve into an Decentralised Autonomous Organisation in coming decade as future work.
    image
  • ToDo:

@synctext
Copy link
Member Author

Note, about the ID wallet. Please consider adding TUDelft+logo as an issuer of diplomas. We can easily issue course credits in a live trail. 1 Oct 2021 the European Commission is collecting prototypes from many EU teams, their focus is cross-border diploma validity, see page 27: https://northsearegion.eu/media/16680/ebsi-explained-by-daniel-du-seuil.pdf

@jwbambacht
Copy link

jwbambacht commented Jul 22, 2021

The current iteration of the app. Added the exchange section, but is still a bit rough and sometimes not displaying the correct information. Options to transfer money by QR-code or directly to contact and request added. Contacts changed slightly, including ability to remove contacts and conversations. Identity now includes complementary attributes like address, email, .etc. These attributes can at a later point be shared within a chat or through QR-code. They are however not 'legal' attributes of an identity.

@synctext
Copy link
Member Author

synctext commented Jul 23, 2021

Feedback :

Month Description
Sep feature freeze of Superapp
Oct First field test
Dec Final iteration
Jan Thesis DONE

@jwbambacht
Copy link

jwbambacht commented Jul 26, 2021

Attached is a zip file containing a (signed) apk that can be installed as a separate trustchain application (link)

@jwbambacht
Copy link

Big update to the app. Many new features are implemented, including interface changes and optimizations. See the (not exhaustive) list of updates below and a gif of screenshots:

  • Many attachments can be sent between contacts in chats.
  • Identity attributes can be created, modified, and shared with other contacts using the chat
  • Attestations are implemented completely based on the work of Rowdy.
  • Transactions between contacts and buy/sell from/to the online exchange portal are implemented. However, the eurotoken system is a bit buggy:
    -- often the balance is unvalidated that will get validated somewhere in the future. Sometimes manually verifying the balance or obtaining eurotokens from the online exchange portal results in a validated balance
    -- eurotokens that are sent to offline contacts will not be received automatically. The message that a transaction has been sent is received by the receiver, so a feature has been implemented that displays an error when a transaction is not received properly. The sender is also able to push resend in the chat when it has not been received yet.
  • A QR-code scanner that automatically recognizes any QR code within the application has been implemented. The user can therefore use the scanner instead of having to browse to the correct fragment and click the right button to initiate a scan.

An updated (signed) apk can be downloaded in a zip file here. The application will be installed as a separate trustchain application.

@synctext
Copy link
Member Author

synctext commented Aug 31, 2021

Amazing progress this summer! We now have the following inside the superapp:

  • Self-Sovereign Identity
    • ✔️ Key management
    • ✔️ Identity wallet
    • ✔️ Verifiable claims in QR codes
    • ✔️ Zero-knowledge proofs and attestations
    • ✔️ Real-time and offline revocations
    • ✔️ Attribute sharing: name, address, location, and personal data vault entries
    • ✔️ No central point of failure, robust, disaster-proof (fully decentralised)
    • ✔️ European Commission EBSI v2 integration
    • ❌ Personal information is always encrypted and protected
  • EuroToken
    • ✔️ Digital wallet
    • ✔️ Send money in real-time chats
    • ✔️ Offline transfers between wallets
    • ✔️ Gateway for Euro to EuroToken conversion
    • ✔️ Existing IBAN integration (TIKKIE)
    • ✔️ No central point of failure, robust, no fragile DiD "central resolver", disaster-proof (fully decentralised)
    • ✔️ Optional central transaction monitoring for compliance with money laundering legislation
    • ❌ Field trail with legal compliance (KYC,ALM)
  • Social Networking
    • ✔️ Address book of friend and contacts
    • ✔️ Sharing of verified identities of friends
    • ✔️ Sharing of any data with friends (Unicode, emoji, pictures attestations,location, and Euros)
    • ✔️ Real-time messaging with contacts
    • ❌ Group messaging with multiple contacts
    • ❌ Compatibility with Facebook Instant Messaging
  • Ecosystem
    • ✔️ Non-profit open ecosystem on Github
    • ✔️ Open Source without any exceptions
    • ✔️ Permissionless innovation
    • ✔️ Unbounded scalability (e.g. all citizens of European Union)
    • ✔️ Zero cloud infrastructure, GDPR compliant, fully decentralised

Planned next weeks steps: Pull Request 2 September at the latest, unit testing https://github.com/Tribler/trustchain-superapp/actions prepare usability study
???Thesis scope: consolidation, integration, and refactoring of years of isolated prototypes into a single deployment-ready economic stack???

@synctext
Copy link
Member Author

synctext commented Nov 23, 2021

Review of https://github.com/Tribler/tribler/files/7584365/Article_22_11_2021.pdf

  • Excellent progress again 👏
  • Study the IEEE master thesis format
  • "These platforms abuse the users’ private data by making them the product to earn money and gain company value.", great point. Jumping between topics here. Start with this issue in abstract and explain it more slowly. This complex sentence aims to explains 3-4 things, too much.
  • "Current messaging platforms not only violate privacy awareness of its owners but also have no proper way to enforce trust between participants."; Big Tech platforms in general have this hurtful impact on society.
  • "Privacy is mostly fulfilled by the data only traversing the network without making an intermediate stop at the platforms central server", poor indirect formulation.
  • "Trust is an integral part when it comes to online communication, especially with involvement of money transfer." poor reader has no idea what you mean. Dollars, Euros, Bitcoins, stable coins or CBDC. No intro sentence.
  • "The introduction of CBDC’s does not contribute to this problem." Make every sentence precise. Are you talking about contributing to the problem or adding to a solution?
  • "Cash payments will eventually disappear in the future." Citation needed.
  • Problem description about SSI or about how "Identity, Trust, Money, and Data" could be supported by a unifying {wallet} paradigm and single system architecture. is this a 'problem' in your scope: https://en.wikipedia.org/wiki/List_of_data_breaches?
  • "This is the first work that presents a societal decentralized infrastructure that combines identity with the enforcement of trust and the transfer of money and data" either an intro remark or design opening line. Not here. Or say: currently no design has been proposed for the... We believe our proposal is the first realistic proposal.. and the first Internet-deployed operational prototype...
  • Big Tech rules only in 'the West'. Alternatives are a single open platform, not proprietary platforms with user lock-in. Explain (briefly) why mobile Internet is best defined as a single ecosystem for everything. Then the unifying paradigm is proven to be messaging, according to digital economy of China: https://www.boyden.com/media/why-wechat-is-dominating-the-mobile-internet-600010/index.html
  • Final figure of IEEE article: performance analysis of file transfer (250MByte example; prior Python code example).

@synctext
Copy link
Member Author

What is the cardinal related work? Metamask seems to come close, quite mature app and combines several paradigms (ID,wallet,DeFi,exchanges,embedded browser,dApps, etc). Architecture on Github details: https://github.com/MetaMask/metamask-mobile/blob/949368384751c1379efc83e6a1a1a7070900c4b0/architecture.svg

@jwbambacht
Copy link

jwbambacht commented Dec 6, 2021

Updated version of the app (zip).

  • Mainly worked on implementing the EVA protocol into the TrustChain application, which is working as expected after some necessary python-Kotlin code translations. The PeerChat community now applies the EVA protocol by default for the transfer of (larger) binary attachments like images. Simple serialized attachments only containing text still use the default IPv8 method. Currently set the window size of the protocol to 64 as it feels like the performance was the best, but I need a more thorough performance analysis to find the optimal window size (if time would allow it). It may be interesting to see if that a single optimal value can be found for different connection compositions as well: wifi-to-wifi, wifi-to-4g, and 4g-to-4g. This would also be a contribution to the paper. I expected the transfer speeds to be a little bit faster. Hopefully finding an optimal window size (and possibly tuning the other parameters as well) help improve the performance of the protocol.
  • In a chat within ConfIDapp the file size and downloading progress can be tracked to get more insight into the download process. Since IPv8 only supports one concurrent transfer other transfers will be scheduled to be downloaded after the current file has been transferred. Currently, only photos can be transferred, but I will implement the transfer of any(?) filetype as well.
  • Within a chat it is now recognized when the identity of the contact has changed. The identity information that has changed will be displayed in the chat when the identity is determined initially and when it has changed during a conversation. The change will only be recognized when the contact sends a message to you, due to privacy concerns.
  • Some minor changes to the app and have been working on a proper friend request scheme that includes identity information for trust enforcement.

No progress has been made with the paper since implementing the EVA protocol took quite some time. For the next sprint, I'm planning to spend about half of the time to the paper.

@synctext
Copy link
Member Author

synctext commented Dec 7, 2021

  • Murphy effect: py-ipv8 code accidentally deleted, demo going wrong 🔨 🤕
  • Positive news: EVA worked!
  • Main thesis elements completed, now only polish + ✍️ remains
  • Window size scientific background material. Make a few graphs for thesis. (above mentioned: 250MByte example)
  • EVA is limited to 1 ongoing file transfer. Implementation completed of a queue with "scheduled" file transfer.
  • Master thesis related work section: screenshot(s).
  • This is much bigger than the GDPR, more like "The Euro Project" in size. Very much under the radar of many people: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32021H0946 🆔 🇪🇺 the European ID Toolbox
  • ToDo: push to mainline for Robbert to continue on EuroToken

Web3 complete reading list (ongoing editing with new discovered stuff)

@jwbambacht
Copy link

New version of app that has an updated EVA protocol for a massive increase in transfer speed.

https://filebin.net/kijjf087lr6u43j2

@jwbambacht
Copy link

jwbambacht commented Jan 4, 2022

New sprint, new apk https://filebin.net/8320ndukryz5zu3w, updated article Article_4_1_2022.pdf, and poster for next week Poster - Web3 Identity v1.pdf.

  • Created a poster for next week. Feedback is appreciated 😄.
  • Article title changed to include Web3 instead of ConfIDapp. Also included the section Experimental Analysis. The rest of the article hasn't been changed yet.
  • Primarily focused on improving the EVA protocol, which I think was successful. I'm not sure what the transfer speed of the first version of the Kotlin EVA protocol was, but the updated version is much faster and reached about 215kB/s on average.
  • Created an EVA Test class and debug mode for the EVA protocol that logs a file on the phone storage. Executed an experimental analysis, processed the data in Python, and started reporting it in the article. Is it also interesting to include the transfer speed of PeerChat from before using the EVA protocol as this was extremely slow and unpredictable?
  • App now contains a media gallery to browse and view images and files, and even has the possibility to zoom images.
  • App can now send any file of the following mimeTypes: application/, video/, text/plain. Only images can be opened within the app.
  • App can now download images and files to phone storage.
  • App has an improved location view with Google Maps integration. To send a location, the user can choose its current location or drop a pin on the map. A received location can now be viewed within the app.

@synctext
Copy link
Member Author

synctext commented Jan 5, 2022

  • Great first draft of poster. Internet-deployed: https://play.google.com/store/apps/details?id=nl.tudelft.trustchain
  • Your paper does not mention this is "server-free infrastructure", see my prior example on such a storyline.
  • Zero-server technology stack for ID, trust, money and data
  • EVA protocol is first ever instance of app-to-app communication which is zero-server and performant.
    • Transfer of bits without any centrality
    • Bit can represent any value transfer or data movement
    • Foundational building block for the future of the Internet: Web3
    • First principles: identity, trust, and permissionless
  • "The runtime of the tests for each window size and block size", we tested upto the maximum valid IPv8 packet payload (ethernet-UPD-IPv8;1500-8-176??)
  • code upload!
  • Next step is to pick a target date for msc defense with committee members

@jwbambacht
Copy link

New update to the article.
Article_21_01_22.pdf

@synctext
Copy link
Member Author

synctext commented Jan 21, 2022

👍 Getting ready for defence soon 👍

@jwbambacht
Copy link

digid costs

@jwbambacht
Copy link

Thesis in the correct format. Thesis_3_2_22.pdf

@synctext
Copy link
Member Author

synctext commented Feb 3, 2022

Solid progress! Getting ready to pick a defence date. Quick scan only:

  • please also submit here before your defense and please list me as a co-author
  • Figures can be further polished; try to use a single graphical style
  • Measurement results are bit too small to understand

@jwbambacht
Copy link

Final draft of the thesis Thesis_7_2_22.pdf

@synctext
Copy link
Member Author

synctext commented Feb 8, 2022

  • Polish phase beginning!
  • 12MByte thesis, compress the picture with 50% perhaps?
  • Small textual polish required: "Ownership of identities is generally with governments."; "societal platforms"? Uncompromising citizen-centric
  • Its very well hidden in abstract: induce disruption across society by empowering citizens and take back control. Societal infrastructure. Clearer and sharper like:
    1. Citizens are locked into Big Tech for personal data storage and their for-profit digital identity.
    2. Citizens do not owns their passport. The European Commission is aiming to transition this govenrment property towards to self-sovereign identity.
    3. Citizens are no longer locked into a bank with non-portable IBAN accounts numbering, legacy banking infrastructure becomes unsustainable, migration to an all-digital low-fraud infrastructure, and healthier competitive marketplace.
  • "The current digital infrastructure and financial system are unfit and structurally unfair to citizens" more powerful version: 'The online world is structurally unfair to citizens.'

@synctext
Copy link
Member Author

synctext commented Feb 17, 2022

File of 10MB, normalised to 5 MByte
Also, to verify the independence of the file size of the transfer, the experiment is executed for a file size of 5MB and 10MB (and normalized to 5MB for comparison).

Please only use 250MByte files everywhere. And note in the text that you tested other files sizes, and confirm that this parameter has no influence. No need to show lots of uninteresting figures, right?

Fig. 13: Evaluation of the performance of a transfer of 250MB
The exact reason for this is unknown, but it is expected to be some limitation in IPv8.

This is very poor performance. 90% or something is lost. These GHz devices and their 4G and/or Wifi5 transfers can do more. Fix, explain or document please.

@jwbambacht
Copy link

jwbambacht commented Feb 17, 2022

Updated draft Thesis_17_02_22.pdf

EVA kotlin tests

@synctext
Copy link
Member Author

synctext commented Feb 17, 2022

Solid tuning! Getting ready for defence.

The maximum parameter settings are big blocks (B=1200) and big window (W=128), expressed in KByte: 1200 x 128 / 1024 = 150 KByte of unacknowledged data as the fundamental limit to data transfer performance. So with certain latency we have an exact speed limit. No packet loss experiment, no latency emulator. Note what is done on the EVA Python implementation:

Lots of EVA protocol test code is written! Code coverage 70%, but achievement is not claimed within your thesis
Citations of Creative Commons link for copyrighted Tim Berners-Lee photo
Please do an arXiv.org upload!
Is Android CI still working https://github.com/Tribler/kotlin-ipv8/actions/workflows/android.yml

@jwbambacht
Copy link

jwbambacht commented Feb 25, 2022

@synctext
Copy link
Member Author

synctext commented Feb 25, 2022

Quick comments on .PPT

  • slide with "Problem Description" is scientific terms and with scientific depth.
  • You created the first architecture, design, and proof-of-principle of societal infrastructure.
  • Change the slides from engineering perspective towards science view: alternative to Big Tech.
  • Mention difficult scientific properties of your architecture: permissionless (for instance).
  • Slide 7 is industry comparison, not a single scientific reference or footnote "Source: ....Journal of...".

Related work status.IM chat + wallet + Web3 browser. Requires central servers!

Related work Sylo chat, video calls, crypto wallet and 'metaverse':

Berty is a messenger that doesn’t require any of your personal data or network connection. their PR: "No Face, No Name, No Number, No SIM card, No Internet"

@synctext
Copy link
Member Author

synctext commented Feb 28, 2022

Thesis complete 👏 🥳 👏
https://repository.tudelft.nl/islandora/object/uuid%3A3ad68dbd-3444-4e01-94a2-d28044b0ba3f
"Web3: A Decentralized Societal Infrastructure for Identity, Trust, Money, and Data"

Scientific publication of 19 pages .PDF: Web3: A Decentralized Societal Infrastructure for Identity, Trust, Money, and Data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants
@synctext @rwblokzijl @qstokkink @jwbambacht and others