mirror of
https://github.com/longsleep/realtimetraffic.git
synced 2024-11-16 00:38:32 +01:00
Merge pull request #4 from longsleep/longsleep-fixup-readme
Fixup readme and bump copyright
This commit is contained in:
commit
c3a69d62ae
10 changed files with 28 additions and 10 deletions
|
@ -37,16 +37,17 @@ The client default parameters can be configured by URL query parameters.
|
|||
|
||||
```
|
||||
url=ws://... The trafficserver Websocket URL (defaults to URL of local server)
|
||||
interf=eth0 Interhttp://localhost:8599/scripts/d3.v2.min.jsface Name to capture the traffic (default eth0).
|
||||
interf=eth0 Interface Name to capture the traffic (default eth0).
|
||||
autostart=1 Automatically connect to server on launch (defaults to off).
|
||||
```
|
||||
|
||||
## Authors
|
||||
|
||||
This library was developed by Simon Eisenmann at [struktur AG](http://www.strukturag.com)
|
||||
This project was developed by Simon Eisenmann at [struktur AG](http://www.strukturag.com)
|
||||
|
||||
## License
|
||||
|
||||
Copyright (C) 2018 Simon Eisenmann
|
||||
Copyright (C) 2012-2017 struktur AG
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
* http://www.strukturag.com
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
* http://www.strukturag.com
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
* http://www.strukturag.com
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
* http://www.strukturag.com
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
* http://www.strukturag.com
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
* http://www.strukturag.com
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
* http://www.strukturag.com
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
* http://www.strukturag.com
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
/*
|
||||
* Copyright (C) 2018 Simon Eisenmann
|
||||
* Copyright (C) 2014-2017 struktur AG
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package main
|
||||
|
||||
var Version = "0.0.0"
|
||||
|
|
Loading…
Reference in a new issue