File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ingress_bridges/src/main/java/swim/basic/mqtt Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public DataSourcePopulator(String broker) throws MqttException {
33
33
}
34
34
35
35
public static void main (String [] args ) throws MqttException {
36
- final DataSourcePopulator pop = new DataSourcePopulator ("tcp://iot .eclipse.org:1883" );
36
+ final DataSourcePopulator pop = new DataSourcePopulator ("tcp://mqtt .eclipse.org:1883" );
37
37
pop .populate ();
38
38
}
39
39
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public void deliveryComplete(IMqttDeliveryToken token) {
61
61
}
62
62
63
63
public static void main (String [] args ) throws MqttException {
64
- final IngressBridge lis = new IngressBridge ("warp://localhost:9001" , "tcp://iot .eclipse.org:1883" );
64
+ final IngressBridge lis = new IngressBridge ("warp://localhost:9001" , "tcp://mqtt .eclipse.org:1883" );
65
65
lis .listen ();
66
66
}
67
67
You can’t perform that action at this time.
0 commit comments