{"id":18103826,"url":"https://github.com/victorharri-chal/teams","last_synced_at":"2025-04-06T05:47:41.597Z","repository":{"id":43283140,"uuid":"511200605","full_name":"VictorHarri-Chal/Teams","owner":"VictorHarri-Chal","description":"👋 A network project in C whose goal was to reproduce how the application Microsoft Teams works. One of the last project of my 2nd year at Epitech","archived":false,"fork":false,"pushed_at":"2022-07-06T16:40:35.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T11:33:18.240Z","etag":null,"topics":["c","client-server","epitech","network","second-year-project","socket-programming"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VictorHarri-Chal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-06T15:51:08.000Z","updated_at":"2022-07-06T16:10:04.000Z","dependencies_parsed_at":"2022-08-28T14:20:36.203Z","dependency_job_id":null,"html_url":"https://github.com/VictorHarri-Chal/Teams","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/VictorHarri-Chal%2FTeams","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FTeams/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FTeams/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VictorHarri-Chal%2FTeams/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VictorHarri-Chal","download_url":"https://codeload.github.com/VictorHarri-Chal/Teams/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247441006,"owners_count":20939235,"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":["c","client-server","epitech","network","second-year-project","socket-programming"],"created_at":"2024-10-31T22:13:15.392Z","updated_at":"2025-04-06T05:47:41.552Z","avatar_url":"https://github.com/VictorHarri-Chal.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Teams\n\n## A network project based on the Microsoft Teams application\n\nThe purpose of this project was to reproduce how Teams is working and to learn socket-programming.\nThis network project made us learn about mutli-clients handling or communication protocol implementation.\n\nWith our Teams, you can communicate with other users; create teams, channels, threads and replies; subscribe to specific teams you want to have events from and many others features.\n\n## Usage\n``` zsh\nmake\n```\n\n- Open a terminal and execute this command in order to run the server on the specified port.\n``` zsh\n./my_teams_server \u003cPORT\u003e\n```\n- Open one other terminal (or many others) and execute this command in order to run a client on the specified IP adress and port.\n``` zsh\n./my_teams_cli \u003cIP\u003e \u003cPORT\u003e\n```\nI made this project with 1 teammate :\n- [Simon LeFourn](https://github.com/simlf)\n\n## Features\n- ``` /help ``` : show help\n- ``` /login [\"username\"] ``` : log yourself to teams\n- ``` /logout ``` : disconnect yourself from the server\n- ``` /users ``` : display the list of all users using teams currently\n- ``` /user [\"user_uuid\"] ``` : display information about a specific user\n- ``` /send [\"user_uuid\"] [\"message_body\"] ``` : send a message to a specific user\n- ``` /messages [\"user_uuid\"] ``` : display the list of all exchanges with a user\n- ``` /subscribe [\"team_uuid\"] ``` : subscribe to the events if a team and its sub directories\n- ``` /unsubscribe [\"team_uuid\"]  ``` : unsubscribe from a specific team\n- ``` /use [\"team_uuid\"] | [\"channel_uuid\"] | [\"thread_uuid\"] ``` : user specify context team/channel/thread\n- ``` /create [\"team_name\"] [\"team_description\"] ``` : create a new team, you can do it only at root\n- ``` /create [\"channel_name\"] [\"channel_description\"] ``` : create a new channel, you can do it only in a team\n- ``` /create [\"thread_name\"] [\"thread_description\"] ``` : create a new thread, you can do it only in a channel\n- ``` /create [\"reply_body\"] ``` : create a new reply, you can do it only in a thread\n- ``` /info ``` : depending on context : root, team, channel, thread\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorharri-chal%2Fteams","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorharri-chal%2Fteams","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorharri-chal%2Fteams/lists"}