File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ /* Copyright (C) 2015-2021 Swift Navigation Inc.
2
+ * Contact: https://support.swiftnav.com
3
+ *
4
+ * This source is subject to the license found in the file 'LICENSE' which must
5
+ * be be distributed together with this source. All other rights reserved.
6
+ *
7
+ * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
8
+ * EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
9
+ * WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
10
+ */
1
11
package com .swiftnav .sbp .examples ;
2
12
3
13
@@ -19,7 +29,6 @@ public static void main(String[] args) {
19
29
new TCPExample ().start (server , port );
20
30
}
21
31
22
-
23
32
public void start (String server , int port ) {
24
33
SBPFramer framer = new SBPFramer (new SBPDriverTCP (server , port ));
25
34
SBPHandler handler = new SBPHandler (framer );
You can’t perform that action at this time.
0 commit comments