# udp_broadcast **Repository Path**: reggiepy/udp_broadcast ## Basic Information - **Project Name**: udp_broadcast - **Description**: udp 广播的实例文件 - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2019-08-21 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python3 udp broadcast [![python version](https://img.shields.io/badge/python-3.6-success.svg?style=flat)](https://github.com/reggiepy/udp_broadcast) [![release](https://img.shields.io/github/v/tag/reggiepy/udp_broadcast?color=success&label=release)](https://github.com/reggiepy/udp_broadcast) [![build status](https://img.shields.io/badge/build-pass-success.svg?style=flat)](https://github.com/reggiepy/udp_broadcast) [![License](https://img.shields.io/badge/license-GNU%203.0-success.svg?style=flat)](https://github.com/reggiepy/udp_broadcast) The project started to get the IP address of raspberry pie in the network ## Installation ```bash git clone https://github.com/reggiepy/udp_broadcast.git cd udp_broadcast ``` ## Usage ```bash # run in client server python broadcast_client.py -c ls # run in server server python broadcast_server.py ``` ## Architecture