[
https://issues.apache.org/jira/browse/MINIFICPP-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16248606#comment-16248606
]
ASF subversion and git services commented on MINIFICPP-33:
----------------------------------------------------------
Commit f09ad619c6d1f85f43e66b02ecea78b78a599267 in nifi-minifi-cpp's branch
refs/heads/master from [~jeremy.dyer]
[ https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;h=f09ad61 ]
MINIFI-218: GetGPS Processor implementation, Update per current MiNiFi C++
standards
GetGPS refactoring
MINIFI-218: Fix GPS Test linter error
This closes #172.
Signed-off-by: Bin Qiu <[email protected]>
> Create GetGPS processor for acquiring GPS coordinates
> -----------------------------------------------------
>
> Key: MINIFICPP-33
> URL: https://issues.apache.org/jira/browse/MINIFICPP-33
> Project: NiFi MiNiFi C++
> Issue Type: New Feature
> Reporter: Jeremy Dyer
> Assignee: Jeremy Dyer
>
> GPSD is a popular framework for interacting with a multitude of GPS devices.
> It drastically simplifies the interaction with vendor specific GPS devices by
> providing a daemon service which communicates with the device, converts the
> raw NMEA 0183 sentences into JSON objects, and then emits those JSON objects
> over a socket for 0-N downstream devices to consume.
> This feature would create a GetGPS processor that would listen to a running
> instance of GPSD as one of those downstream consumers. The processor would
> provide integration with the GPSD daemon to accept the JSON objects and
> create new flowfiles for each of the JSON objects received.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)