Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SystemProgramming8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
장 명현
SystemProgramming8
Commits
5caa9246
Commit
5caa9246
authored
1 year ago
by
장 명현
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
411f84e5
Branches
master
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-0
4 additions, 0 deletions
README.md
with
4 additions
and
0 deletions
README.md
+
4
−
0
View file @
5caa9246
# SystemProgramming8
컴파일방법
server.c : gcc -o server server.c -lwiringPi -pthread
attacker.c : gcc -o attacker attacker.c -lwiringPi -pthread
...
...
@@ -9,7 +10,10 @@ defender.c : gcc -o defender defender.c -lwiringPi -pthread
display.c : gcc -o display display.c -lwiringPi
실행방법 : 다음과 같은 순서대로 파일을 실행한다.
1.
server.c에 ip 및 포트번호를 설정한다.
: ./server server_ip server_portnum -lwiringPi -pthread
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment