Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roman3349/fit-bit-ipk-2020-proj1
První projekt do předmětu Počítačové komunikace a sítě na FIT VUT v Brně 2020
https://github.com/roman3349/fit-bit-ipk-2020-proj1
Last synced: about 17 hours ago
JSON representation
První projekt do předmětu Počítačové komunikace a sítě na FIT VUT v Brně 2020
- Host: GitHub
- URL: https://github.com/roman3349/fit-bit-ipk-2020-proj1
- Owner: Roman3349
- License: gpl-2.0
- Created: 2020-02-26T17:49:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T10:10:38.000Z (over 4 years ago)
- Last Synced: 2024-11-12T14:54:27.012Z (about 1 month ago)
- Language: C++
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# FIT-BIT-IPK-2020-proj1
První projekt do předmětu Počítačové komunikace a sítě na FIT VUT v Brně 2020.
## Použité technologie
- C++11
- POSIX sockety## Sestavení aplikace
```bash
make build
```## Spuštění aplikace
```bash
make run PORT=5353
```Spustí aplikaci na portu 5353.
## Licence
Tento software je poskytován pod licencí [GNU GPLv2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.cs.html).
```
Copyright (C) 2020 Roman OndráčekThis program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
```