https://github.com/sinipelto/ipupdater-cpp
C++ Implementation of the ip-updater tool. Necessary for native implementation of updater as an executable unix binary.
https://github.com/sinipelto/ipupdater-cpp
address cplusplus cpp curlpp ip ip-address ip-updater ipv4 libcurl linux nix unix updater updater-script
Last synced: about 2 months ago
JSON representation
C++ Implementation of the ip-updater tool. Necessary for native implementation of updater as an executable unix binary.
- Host: GitHub
- URL: https://github.com/sinipelto/ipupdater-cpp
- Owner: sinipelto
- License: mit
- Created: 2019-05-02T20:16:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T11:26:22.000Z (over 2 years ago)
- Last Synced: 2025-02-05T15:49:55.193Z (over 1 year ago)
- Topics: address, cplusplus, cpp, curlpp, ip, ip-address, ip-updater, ipv4, libcurl, linux, nix, unix, updater, updater-script
- Language: C++
- Homepage:
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic IP Updater (C++ version)
C++ Implementation of the ip updater tool. Necessary for native implementation of updater as a executable binary (no script).
See the bash version for more details: https://github.com/Sinipelto/godaddy-ipupdater.
Uses curlpp as a wrapper for libcurl (http://www.curlpp.org/).
Curlpp uses libcurl (https://curl.haxx.se/libcurl/). Linked as library.
**Copyright (c) Sinipelto 2019**