I enjoyed reading the paper! I am glad someone is working on solutions for DAG networks. I feel DAG tech is superior to blockchain tech, although it is still very new as a cryptocurrency solution. IOTA really has a lot of pressure on it to be the successor of bitcoin, and Byteball is very underfunded in comparison. Both of them need to gain more traction before they implode. I just hope a real solution comes from all this work. After all, we just want decentralized, p2p, open, trustless, systems that scale well. Everyone in crypto can agree on that.
I would suggest coding a basic project to apply what you have explained in the paper. Javascript seems to be the most commonly used for blockchain-less projects, Byteball being mostly written in node.js. You need a proof of concept that actually shows TETO as an interactive, working, system. This
https://medium.com/@lhartikk/a-blockchain-in-200-lines-of-code-963cc1cc0e54" is a great introduction to what is actually happening in a blockchain, all in very well-documented, javascript code. I believe if u made a similar example it would help TETO get the recognition it deserves.
I have been running an IOTA full node for a few days, and the pairing of IP address, creating "mutual tethers" was very underdeveloped, as is the p2p code for that example in the link above. Using a Slack channel to find other nodes is just not user friendly. Giving your IP address to a stranger in exchange for their IP address, ends up feeling more like a drug deal than a promising new technology. Overall, the pairing of nodes to form mutual tethers is another area that really needs some improvement. I am not great with js otherwise I would code such a project myself: maybe TETO client, with a mongoDB server, hosting a list of addresses for the pairing of mutual tethers. Let me know if that is something you would like to work on and thanks for thinking outside the box with this, uncharted, cutting-edge, new tech!