iot tp3 coap

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-11 18:14:35 +02:00
parent 0bb5ae732f
commit 1395fdd566
23 changed files with 575 additions and 0 deletions

29
iot/tp3/occitanium-client/.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
### IntelliJ IDEA ###
out/
!**/src/main/**/out/
!**/src/test/**/out/
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store