From 27c1739394093a9bcc4037a7ccd6bc48ca3d73b2 Mon Sep 17 00:00:00 2001 From: Sebastian Garcia Date: Sun, 7 Jul 2024 00:09:43 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2ede00f..e8f3840 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,7 @@ -# Awesome Code Template +# Service Finder +A program that monitors the network for DNS-sd packets, prints the service, and then finds the IP and the name (in various ways). -This repository is a template with basic elements that every repository at Stratosphere should follow. +# Usage +`pip install -r requirements.txt` -## Features - -Write about what makes your [tool|code|data|repo] special. - -## Usage - -Write about how others can use your [tool|code|data|repo]. - -# About - -This [tool|code|data|repo] was developed at the Stratosphere Laboratory at the Czech Technical University in Prague. +`python service-finder.py`