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 UDP requests support #55

Merged
merged 9 commits into from
Nov 18, 2015
Merged

Add UDP requests support #55

merged 9 commits into from
Nov 18, 2015

Conversation

pratid
Copy link
Member

@pratid pratid commented Nov 17, 2015

Reviewers

@flopezag @jesuspg

Description

Add a new option to enable UDP listen points linked to a particular data parser. This way, external components like Ceilometer or Monasca could send its raw data for NGSI Adapter to transform into NGSI entity attributes and invoke Context Broker.

Testing

Verified.

@@ -5,5 +5,5 @@
--nomultiprocess
--debug_indentation
--time
--disable=110,212,217
--custom_jsdoc_tags=module,function,callback,abstract,constant,augments,memberof,returns
--disable=1,110,212,217
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which is the number 1?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space between function keyword and parentheses, in anonymous functions. Deliberately this should not be a lint error.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NTC

@flopezag
Copy link
Member

LGTM

flopezag pushed a commit that referenced this pull request Nov 18, 2015
@flopezag flopezag merged commit 05de686 into develop Nov 18, 2015
@flopezag flopezag deleted the feature/5660_udp_support branch November 18, 2015 07:43
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.

None yet

2 participants