Remove ping_tun_tap example and documentation?
See original GitHub issueA few reasons:
- example is out of date
- doesn’t work in Python 3 without modification
- many newer systems don’t ship with
ifconfig
tool - still using old generator-based coroutines
- even with all issues resolved it still fails?
- requires sudo or other special permissions to run
- not run in CI
- documentation is out of date
- copy-pasted sources are no longer correct
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
Remove ping_tun_tap example and documentation? #2232
A few reasons: example is out of date doesn't work in Python 3 without modification ... Remove ping TUN TAP example from repo...
Read more >Deleting an identity provider - Ping Identity Documentation
Go to Connections → External IDPs. · Locate the identity provider you want to delete. · Click the Details icon to expand the...
Read more >Industrial IoT User Guide - NXP
This document covers how to prepare the hardware setup and build images using the LEDE project. It also describes how.
Read more >Industrial IoT User Guide Release v0.3 - Farnell
The document guides how to prepare hardware setup and how to build images from ... Test thread connectivity by ping tun/tap interface IP...
Read more >Delete an Encounter from a Patient's Chart - PCC Learn
When you are certain you have found the chart note you need to delete, click “Delete”. Items Attached to the Chart Note: If...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe we need a cocotb examples repo for stuff like this. Instead of outright removing it, move it over there where it can be worked on independent of the core cocotb codebase.
@ktbarrett yes, it worked. However, it could have been still Python 2 (not sure that now) and also I might have changed it more, but for sure I was able to pick up/send pkts from/to tun_tap devices. Vaguely remember that I used python’s select.select() method somewhere there. I will dig up for the code and will try to update the example. It can take a few/several days though.