Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

network have no attribute MDNS #619

Open
abhinav-dvp opened this issue Dec 1, 2023 · 2 comments
Open

network have no attribute MDNS #619

abhinav-dvp opened this issue Dec 1, 2023 · 2 comments

Comments

@abhinav-dvp
Copy link

Please include the following information when submitting a bug report:

  • The Pycom board you are using (e.g. WiPy 2.0, LoPy).
  • The firmware version you are using. You can get it by executing the following Python code at the REPL:
import os
os.uname()

The output will look similar to this:

(sysname='LoPy', nodename='LoPy', release='0.9.4.b1', version='bc42ea7 on 2016-11-14', machine='LoPy with ESP32')
  • Exact steps to cause this issue
    1. First I did this...
    2. Then, I did that...
  • What you expected
    • e.g. I expected abc to xyz
  • What happened instead
    • e.g. Instead, I got zyx

Thank you!

@robert-hh
Copy link
Contributor

Pycom Inc closed it's business. Therefore the products are not supported any more. Only the web site stays open and servers keep running. The code will stay as it is. No updates, no bug fixes.

@robert-hh
Copy link
Contributor

With a WiPy board you can instead use the genuine ESP32 firmware from micropython.org. Only you have to use GPIO numbers for pins instead of Pxx names, and the API for devices like UART, SPI, I2C, network may be slightly different.

Be aware that on micropython.org there is a WiPy firmware, which does NOT match the Pycom WiPy devices.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants