https://github.com/dpro-software/panasonic-ip-setup
macOS application to configure Panasonic camera network settings. Alternative to the windows only Easy IP Setup Tool.
https://github.com/dpro-software/panasonic-ip-setup
configuration ios ip-address macos panasonic panasonic-cameras ptz swift-4 tool
Last synced: about 1 year ago
JSON representation
macOS application to configure Panasonic camera network settings. Alternative to the windows only Easy IP Setup Tool.
- Host: GitHub
- URL: https://github.com/dpro-software/panasonic-ip-setup
- Owner: dPro-Software
- Created: 2018-04-11T23:48:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T19:58:33.000Z (about 2 years ago)
- Last Synced: 2025-03-24T03:03:56.196Z (about 1 year ago)
- Topics: configuration, ios, ip-address, macos, panasonic, panasonic-cameras, ptz, swift-4, tool
- Language: Swift
- Size: 8.93 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Panasonic IP setup
macOS & iOS application to discover and configure network settings of Panasonic cameras. Alternative to the *windows only* [Easy IP Setup Tool](https://security.panasonic.com/download/tools/#easy).

## Development setup
| Swift | Xcode |
| ------------------------------------------------------------ | ----- |
| `Apple Swift version 4.1 (swiftlang-902.0.48 clang-902.0.37.1)` | `Version 9.3 (9E145)` |
| `Target: x86_64-apple-darwin17.5.0` | `macOS 10.13.4 (17E199)` |
To start developing clone this repo with all its submodules
```shell
git clone --recurse-submodules git@github.com:dPro-Software/Panasonic-IP-setup.git
```
Generate the Xcode project for the BlueSocket SPM module
```
cd framework
swift package generate-xcodeproj
```