We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235aa27 commit 045532eCopy full SHA for 045532e
snap/hooks/install
snap/snapcraft.yaml
@@ -1,11 +1,10 @@
1
name: netspot
2
-version: "1.3"
+version: "2.0a"
3
summary: A simple IDS with statistical learning
4
description: |
5
- NetSpot is a basic network intrusion dection system
+ netspot is a basic network intrusion detection system
6
which aims to detect abnormal behaviours from network
7
- measures. It works as a server and can be managed by
8
- a client (netspotctl).
+ statistics.
9
base: core18
10
11
grade: devel
@@ -26,7 +25,4 @@ parts:
26
25
27
apps:
28
netspot:
29
- daemon: simple
30
- command: bin/netspot -c $SNAP_COMMON/netspot.toml -l 0
31
- netspotctl:
32
- command: bin/netspotctl
+ command: bin/netspot
0 commit comments