Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Check which platform Silk is running on  #32

@priyankaCh22

Description

@priyankaCh22

TODO: Check what platform Silk is running on.
If it is an ARM device (e.g. raspberrypi), allow up to 2 minutes for wpantund to start.
if "armv7l" in subprocess.check_output("uname -m", shell=True):
self.wpantund_start_time = 120 # seconds
else:
self.wpantund_start_time = 30

https://github.com/openthread/silk//silk/node/fifteen_four_dev_board.py#L140

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions