{"id":24655147,"url":"https://github.com/xtenzq/qbroadcastmessenger","last_synced_at":"2026-05-21T05:34:53.272Z","repository":{"id":115828640,"uuid":"192482653","full_name":"xtenzQ/QBroadcastMessenger","owner":"xtenzQ","description":"📨 Simple messenger based on UDP socket broadcast","archived":false,"fork":false,"pushed_at":"2019-12-11T01:56:53.000Z","size":119,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T22:40:02.727Z","etag":null,"topics":["cpp","messenger","qt","qt-network","udp-socket","university-project"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtenzQ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-18T06:50:44.000Z","updated_at":"2019-12-21T01:12:33.000Z","dependencies_parsed_at":"2024-02-01T09:00:28.988Z","dependency_job_id":null,"html_url":"https://github.com/xtenzQ/QBroadcastMessenger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FQBroadcastMessenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FQBroadcastMessenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FQBroadcastMessenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtenzQ%2FQBroadcastMessenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtenzQ","download_url":"https://codeload.github.com/xtenzQ/QBroadcastMessenger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722745,"owners_count":20499154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","messenger","qt","qt-network","udp-socket","university-project"],"created_at":"2025-01-25T22:36:15.697Z","updated_at":"2026-05-21T05:34:48.241Z","avatar_url":"https://github.com/xtenzQ.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📨 QBroadcastMessenger\nMessenger which uses UDP boradcast to send messages.\nThe application is developed as university project at [Irkutsk National Research Techincal University](http://www.istu.edu/eng/).\n\n## Contents\n\n1. [IDEs and plugins used](#ides-and-plugins-used)\n2. [Installation](#installation)\n3. [Message structure](#message-structure)\n4. [Settings](#settings)\n\n## IDEs and plugins used\n- **Qt Creator Community Edition 4.9.1** - [Download](https://www.qt.io/download)\n- **Qt 5.12.4 MinGW**\n- **EMIPLIB** - [GitHub](https://github.com/j0r1/EMIPLIB) / [Author](https://github.com/j0r1)\n\n## Installation\n\nSimply clone it:\n```\ngit://github.com/xtenzQ/QBroadcastMessenger.git\n```\n\nTo run application you need `EMIPLIB` library (for calls), which can be build with `CMAKE` or you can use prebuild libraries (I will put link later).\nPut `libs` in `C:/` folder (or anywhere you want but don't forget to change path) and then add to your `.pro`-file following strokes:\n```Cpp\nINCLUDEPATH += C:\\libs\\jrtplib\\include\nINCLUDEPATH += C:\\libs\\jthread\\include\nINCLUDEPATH += C:\\libs\\emiplib\\include\\emiplib\n\nLIBS += -L\"C:\\libs\\jrtplib\\lib\" -ljrtp\nLIBS += -L\"C:\\libs\\jthread\\lib\" -ljthread\nLIBS += -L\"C:\\libs\\emiplib\\lib\" -lemiplib\nLIBS += -lws2_32\n```\n\n## Message structure\n\n**QBroadcastMessenger** uses the custom message structure described below:\n- When you first appear in the net app sends **CONNECT** message (`sayHi()` method in `ConnectionManager` class) of the given form: ```EVMp_CONNECT_%username_length%_%username%```\n- To notify other apps of you staying connected in the network app sends **ALIVE** message (`ping()` method in `ConnectionManager` class) of the given form: `EVMp_ALIVE_%username_length%_%username%`\n- To send message to all the clients in the network app sends **SENDMESSAGE** message (`sendMessage()` method in `ConnectionManager` class) of the given form: `EVMp_SENDMESSAGE_%message_length%_%message%`\n\n## Settings\nSettings file is stored in `%APP_DATA%/QBroadcastMessenger` folder. File has the following structure:\n```\n[network]\nip=172.27.24.255\nport=14000\nbroadcast=true\n\n[personal]\nnickname=\"Tsukasa\"\n```\n\n## Architecture\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtenzq%2Fqbroadcastmessenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtenzq%2Fqbroadcastmessenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtenzq%2Fqbroadcastmessenger/lists"}