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

Feature Request: Command Line Specification of Host / Port #1

Open
JGSuw opened this issue Feb 8, 2017 · 2 comments
Open

Feature Request: Command Line Specification of Host / Port #1

JGSuw opened this issue Feb 8, 2017 · 2 comments

Comments

@JGSuw
Copy link

JGSuw commented Feb 8, 2017

It would be nice to add optional command line args for specifying a host / port other than localhost:14550. As it is now, I have my own hack which modified the cfclient_open function, and added optional vars to the Makefile like so

$make run DEST=<host ip address>

This would add desirable flexibility, particularly for people working in mixed OS environments, such as with a host machine and guest vm.

I would be happy to implement this on a branch for you to test.

@dennisss
Copy link
Owner

dennisss commented Feb 8, 2017

You're one step ahead of me! I've been working on a general version for many customizable clients: https://github.com/dennisss/cfbridge/tree/multi. Although it needs a little more testing before merging. Let me know if you find any bugs with it

@JGSuw
Copy link
Author

JGSuw commented Feb 9, 2017

I would be happy to test this branch for you, though for the time being I am only going to be using one crazyflie at a given time.

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

No branches or pull requests

2 participants