Skip to content
View JohanPaladinez's full-sized avatar

Block or report JohanPaladinez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JohanPaladinez/README.md

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

make
./bin/nf -c config/nfcfg.yaml

Try Service

> 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"

Go Test

> go test -v ./...

Pinned Loading

  1. JohanPaladinez JohanPaladinez Public

    Forked from andy89923/nf-example

    This is an example NF reposiroty of practicing Git with GitHub.

    Go