Skip to content

Commit

Permalink
feat: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Jul 5, 2024
1 parent 0a7bdad commit 21b34c8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# NF-Example

This repository is a sample NF for a simple HTTP service!
Try adding more services and learn how to collaborate using GitHub.

## Compile & Run

```sh
make
./bin/nf -c config/nf.cfg
```

## Try Service

```sh
> curl -X GET http://127.0.0.163:8000/default/
"Hello free5GC!"

> curl -X GET http://127.0.0.163:8000/spyfamily/
"Hello SPYxFAMILY!"

> curl -X GET http://127.0.0.163:8000/spyfamily/character/Loid
"Character: Loid Forger"
```

0 comments on commit 21b34c8

Please sign in to comment.