Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T09:51:09.000Z (about 1 year ago)
- Last Synced: 2023-10-19T10:44:39.737Z (about 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.14 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**