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

Added UDP listen command #220

Merged
merged 1 commit into from
Feb 27, 2016
Merged

Conversation

wgbartley
Copy link
Contributor

I chatted about this with @dmiddlecamp this morning (morning of 2016-02-24). It's fleshing out a "stub" at https://github.com/spark/particle-cli/blob/master/commands/UdpCommands.js#L49 to give users an easy way to broadcast UDP messages from their devices and monitor them without resorting to complicated tools like tcpdump or Wireshark.

@brycekahle
Copy link
Contributor

Have you tried nc -ul 5549? That is pretty simple.

@wgbartley
Copy link
Contributor Author

@brycekahle - I have (it's what I used for testing before this PR), but utilities like netcat, tcpdump, and ngrep aren't something many Windows users will have installed (and know how to use). This is a simpler, user-friendlier alternative. ;-)

brycekahle added a commit that referenced this pull request Feb 27, 2016
@brycekahle brycekahle merged commit f9ec463 into particle-iot:master Feb 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants