question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove ping_tun_tap example and documentation?

See original GitHub issue

A 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:closed
  • Created 3 years ago
  • Comments:13 (11 by maintainers)

github_iconTop GitHub Comments

3reactions
alexforencichcommented, Nov 29, 2020

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.

1reaction
marcinwojcommented, Nov 29, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found