Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check which platform Silk is running on #32

Open
priyankaCh22 opened this issue Jul 9, 2020 · 0 comments
Open

Check which platform Silk is running on #32

priyankaCh22 opened this issue Jul 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@priyankaCh22
Copy link
Collaborator

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

@priyankaCh22 priyankaCh22 added the enhancement New feature or request label Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant