Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 5 hours ago
JSON representation

macOS application to configure Panasonic camera network settings. Alternative to the windows only Easy IP Setup Tool.

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).

![Screenshot of the application](Graphics/Screenshot.jpg)

## 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 [email protected]:dPro-Software/Panasonic-IP-setup.git
```
Generate the Xcode project for the BlueSocket SPM module
```
cd framework
swift package generate-xcodeproj
```