https://github.com/baruwa-enterprise/fprot
Golang fprot (F-protd daemon) client library
https://github.com/baruwa-enterprise/fprot
anti-virus antivirus f-prot fprot fprotd go golang
Last synced: 7 months ago
JSON representation
Golang fprot (F-protd daemon) client library
- Host: GitHub
- URL: https://github.com/baruwa-enterprise/fprot
- Owner: baruwa-enterprise
- License: mpl-2.0
- Created: 2018-07-28T14:48:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T01:42:06.000Z (over 1 year ago)
- Last Synced: 2025-05-07T00:36:04.586Z (about 1 year ago)
- Topics: anti-virus, antivirus, f-prot, fprot, fprotd, go, golang
- Language: Go
- Homepage: https://www.baruwa.com
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - fprot - protd daemon) client library (Repositories)
README
# fprot
Golang Fprot Client
[](https://github.com/baruwa-enterprise/fprot/actions?query=workflow%3ACi)
[](https://codecov.io/gh/baruwa-enterprise/fprot)
[](https://goreportcard.com/report/github.com/baruwa-enterprise/fprot)
[](https://pkg.go.dev/github.com/baruwa-enterprise/fprot)
[](https://www.mozilla.org/MPL/2.0/)
## Description
fprot is a Golang library and cmdline tool that implements the
Fprot client protocol used by F-Prot.
## Requirements
* Golang 1.10.x or higher
## Getting started
### Fprot client
The fprot client can be installed as follows
```console
$ go get github.com/baruwa-enterprise/fprot/cmd/fprotscan
```
Or by cloning the repo and then running
```console
$ make build
$ ./bin/fprotscan
```
### Fprot library
To install the library
```console
go get github.com/baruwa-enterprise/fprot
```
You can then import it in your code
```golang
import "github.com/baruwa-enterprise/fprot"
```
### Testing
``make test``
## License
MPL-2.0