Skip to content

Instantly share code, notes, and snippets.

View ncorgan's full-sized avatar

Nicholas Corgan ncorgan

View GitHub Profile
@ncorgan
ncorgan / JavaSubscriber.java
Created October 30, 2018 01:06
Minimal example code for a Jetson to publish messages with zmqpp to be received by a RoboRIO with JeroMQ
import org.zeromq.*;
public class JavaSubscriber
{
public static void main(String[] args)
{
//
// Belongs in initialization function
//