/AT-Parser

Digital Telecommunications Lab Project

Primary LanguageC

AT-Parser

Digital Telecommunications Lab Project

Team

  • Radu CONDRAT
  • Andrei LAZAROV

Compile

gcc -c main.c
gcc -c parser.c
gcc -o parser.exe main.o parser.o

Run

./parser.exe test.txt

Compile and run

gcc -c main.c && gcc -c parser.c && gcc -o parser.exe main.o parser.o && ./parser.exe test.txt

State machine design

State machine image