herzhenr/simple-wake-on-lan
네트워크上的 기기를 웨이크 온 랜으로 깨우는 크로스 플랫폼 앱
- Stars
- 213
- Forks
- 32
- 최근 푸시(UTC)
- 2024. 7. 26.
- 프로젝트 상태
- 활성
기술 주제
사용 중인 의존성
의존성 목록 23 개
- flutter
{"sdk":"flutter"} - flutter_localizations
{"sdk":"flutter"} - intl
any - cupertino_icons
^1.0.2 - multicast_dns
^0.3.2+3 - network_tools
^3.0.0+3 - dart_ping
^8.0.1 - dart_ping_ios
^3.0.0 - network_info_plus
^3.0.2 - path_provider
^2.0.14 - uuid
^3.0.7 - wake_on_lan
^3.2.0 - share_plus
^7.0.2 - file_picker
^5.2.7 - url_launcher
^6.1.10 - adaptive_theme
^3.2.0 - package_info_plus
^4.0.2 - rich_text_controller
^1.4.2 - device_info_plus
^9.0.2 - flutter_lints개발 의존성
^2.0.0 - flutter_launcher_icons개발 의존성
^0.13.1 - change_app_package_name개발 의존성
^1.1.0 - test개발 의존성
^1.22.0
순위
원본 README
아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
README 펼치기 / 접기
SimpleWoL - Simple Wake on Lan
MIT License Flutter Dart Google Play App Store Workflow Lint GitHub Release
Simple Wake on Lan is a simple cross-platform flutter application for Android and iOS to send Wake On Lan packets to a device.
Get it on Google Play Download on the App Store
Usage
Wake on LAN (WoL) is a network protocol that allows a device to be turned on or awakened remotely over a network while it is sleeping. This project aims to make the process of waking devices easy with a mobile application.
Screenshots
| play_integrity | dark_mode |
| settings | about |
Features
- Automatic device discovery
- Simple interface to send Wake On Lan packets
- Export and import user data as a
jsonfile (see below)
The app stores the added devices in a json file which can be exported and imported within the app UI. An example of the file structure is shown below:
[
{
"id": "6b353440-d183-11ed-964b-69a9facd6cfd",
"hostName": "Raspberry Pi",
"ipAddress": "192.168.1.9",
"macAddress": "12:12:12:12:12:12",
"wolPort": 9,
"deviceType": "computer",
"modified": "2023-04-14T14:17:45.974511"
},
{
"id": "87c87ab0-d184-13ed-9d56-a5f550305985",
"hostName": "Printer",
"ipAddress": "192.168.1.10",
"macAddress": "f0:f0:f0:f0:f0:f0",
"wolPort": 9,
"deviceType": "printer",
"modified": "2023-04-14T14:18:14.997081"
}
]
Download
- You can download the latest version of the app from GitHub Releases
- Download from the PlayStore
- Download from the App Store
Architecture
The app is built using the Flutter framework. It uses the Material 3 design system from Google.
Build
To build the app yourself, you need to have the Flutter SDK installed. You can find the installation instructions here.
License
This project is licensed under the MIT License - see the LICENSE file for details
Copyright (c) 2023 Henrik Herzig
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.