Qortal Project

The future of blockchain platforms

User Tools

Site Tools


Sidebar

Qortal Project Wiki

Important Notices

Introduction

Project Model

Minting

Communications

Trade Portal

Qortal Hosting (QDN)

Voting System

AT System

Hardware

Frequently Asked Questions (FAQ)

How-To Guides

Node Setup Guides

Third-Party Services

qnect_app

This is an old revision of the document!


Qnect App

Developer: Ido

Qnect is our upcoming cross platform chat app! For Android, Linux and Windows this app will be available as a native build, which means the packages are built specifically for each of those platforms and will not be dependent on or require any additional software to run. It has not yet been decided if the Android version will be available through the Play store or as an unofficial apk.

Qnect will also be made available as a web app that can run on all devices (including iPhone and Mac). The web app can be opened in a web browser by going to the Qnect website and in most cases can be installed to your home screen or desktop as a progressive web app. It will probably also be possible to run your own local HTTP server and install the app on that server. This still needs to be tested and all scenarios need to be considered before deciding whether this is a viable option but it is within the realm of possibilities.

The plan is to release Qnect in 3 phases:

Phase 1: The Beta testing phase, at this stage you will be able to pull chat messages from the blockchain but you will not be able not post any messages. All available groups will be presented to you and you'll be able to choose which ones to follow. Chat messages from followed groups will automatically be downloaded and stored locally on your device enabling the much anticipated feature of chat history persistence. If there are any unread messages in a group you will see a badge with the number of new messages on the right side of that group's tile, when entering the chat the app will navigate to the last read message. Qnect will automatically show previews of websites and images inside the chat if you enable that option. A user's info can be viewed by tapping on their avatar, when we get to phase 2 or 3 the latest minting efficiency and history for minting accounts will be presented, this data is already collected but not yet presented at this stage. Due to the current 24 hour limit it will be necessary to open the app once a day for at least one minute to ensure you receive all the chat data, once messages are persisted longer on chain this will no longer be necessary. At this stage all API calls are done over Traxo's and AlphaX's public nodes (thank you for this service guys!). Phase 1 is very near completion and those interested in testing it can expect to do so very soon!

Phase 2: Support for connecting to a node on your own network will be added as well as Qortal account creation, similar to the way that this is done in the Qortal UI. This will open up the possibility to post message, as well as other functionalities such as making payments, group management and name registration, though at this stage only the posting of chat messages will be implemented.

Phase 3: More advanced chat features such as replies, forwarding messages, user tagging, message editing, advanced search features and the importing and exporting of chat data can be implemented. Features that require a logged-in Qortal account can also be introduced at this stage. We can start paying more attention to detail and add theme customization, emoticons and start implementing any new ideas that have been offered as feedback by the community (if feasible).

As you can see there's still quite a lot of work to be done but what we have so far will already enable us to keep up with Q-chat on the go. I can tell you from experience that it's very nice to be able to read Q-chat messages on my phone when I'm out and about.

Have a look at the preview and enjoy the show…

https://rumble.com/v1l9znv-qnect-sneak-preview.html

Download Guide

Notes From Ido

I saw some comments about Qnect being centralized that I'd like to address. Specifically two concerns that were raised in Q-chat:

The first one being the fact that it is served over a web server. This is only the case for iPhone and Mac users, since publishing to the App store will most likely be a no-go for an app such as this. But if another Qortal dev wants to give it a try once I publish the code they are welcome to do so. For Android, Windows and Linux there will be natively built packages. Those can be installed from file directly to your device.

Another option could be to install an HTTP server on your system and run the web app from there, I would provide the files that would normally be served by the website and you can just load those onto your local HTTP server, problem solved.I'm not sure about that option yet, as it would mean anyone could make a website, plop those files in there and use it as a phishing mechanism to obtain people's credentials. These are some of the challenges that come with open source software.

The second reason that Qnect could be called centralized is the fact that it uses our public nodes to make API calls. Within our home network we will (in phase 2) be able to connect to our own node.

There's currently simply no way around using public nodes if we want to have access to the API outside of our local network.At least not until we have mobile lite nodes.

Qnect cycles through the list of all current public nodes when it makes API calls. You'll be able to edit that list, this might come in handy if more public nodes become available, or if some public nodes go offline.

Since the lite node does not contain the blockchain and fetches data from a list of peers, it could be argued that that is a bit similar to getting the data from public nodes, albeit a lot more random and with a lot more peers to choose from.

So yes, compared to the UI, Qnect is more centralized, but it's as decentralized as we can expect it to be for a mobile app that is meant to be used outside of our home network.

qnect_app.1665998729.txt.gz · Last modified: 10/17/2022 05:25 by gfactor