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

Add GMSEC connection options to Connect() #1

Open
stefan-pdx opened this issue Feb 24, 2011 · 0 comments
Open

Add GMSEC connection options to Connect() #1

stefan-pdx opened this issue Feb 24, 2011 · 0 comments

Comments

@stefan-pdx
Copy link
Owner

Currently, gmsec-js connects to localhost. There ought to be a connection options structure that can be passed in. Example:

Connection.connect({
  server: 123.45.123,
  port: 8989,
  onDisconect: function(){ console.log("Disconnected!") }
});
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

1 participant