Skip to content

freedomOfComputing

Jop Schaap edited this page Mar 1, 2024 · 2 revisions

An example APK that is known to work on android api 27,30 can be found at the following link: https://github.com/JopSchaap/temp-project, Download the APK using this link: https://github.com/JopSchaap/temp-project/releases/download/v0/my-special.apk

  • nl.tudelft.trustchain.FOC

    • .comunity

      • FOCCommunity

        • TODO
      • FOCCommunityBase

        • TODO
      • FOCMessage

        • TODO
    • .util

      • ExtensionUtils.kt

        • Contains all supported extensions in constant values.
      • MagnetUtils

    • AppGossiper.kt

      • Communicates the apps between peers
    • EvaDownload

      • Data class, containing info about a shared application
    • ExecutionActivity

      • Handles loading externel .apk files and executing them: performed in the onCreate method call.
      • This contains bug mentioned in the ticket
Clone this wiki locally