isnetavl

Version 2.0.1 (14 KB) von Rik
Check for an internet connection by pinging one of Google's DNSes
133 Downloads
Aktualisiert 20 Apr 2022

Anmerkung des Herausgebers: This file was selected as MATLAB Central Pick of the Week

The Windows code for the ping call is based on isnetavl by Nishant Kumar. To allow drop-in compatibility the name was kept the same.
Because this calls the system command line, the syntax is slightly different between Unix and Windows, as is the response. This function is tested on Windows XP/7/10, Ubuntu 20.04 and MacOS 10.15.
Some organizations block ping from working, in which case an HTML fallback is used (by attempting to load the google.com homepage).
Licence: CC by-nc-sa 4.0

Zitieren als

Rik (2024). isnetavl (https://github.com/thrynae/isnetavl/releases/tag/v2.0.1), GitHub. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2021a
Kompatibel mit R13SP1 und späteren Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Google finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
2.0.1

See release notes for this release on GitHub: https://github.com/thrynae/isnetavl/releases/tag/v2.0.1

2.0.0

See release notes for this release on GitHub: https://github.com/thrynae/isnetavl/releases/tag/v2.0.0

1.2.2

See release notes for this release on GitHub: https://github.com/thrynae/isnetavl/releases/tag/1.2.2

1.2.1.1

cosmetics and expanded test

1.2.1

fixed bug where "Destination host unreachable" would result in an error, instead of connected=0 (thanks Louis Vallance for finding the bug)

1.2.0.2

Updated Icon

1.2.0.1

retry of logo update

1.2.0.0

added HTML fallback and support for non-English OSes

1.1.0.0

added compatibility for R13 (MATLAB 6.5)

1.0.0.0

Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.
Um Probleme in diesem GitHub Add-On anzuzeigen oder zu melden, besuchen Sie das GitHub Repository.