Skip to content

Integration/Black Box tests for Aedes MQTT Broker

License

Notifications You must be signed in to change notification settings

moscajs/aedes-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aedes Tests

redisCI mongoCI

Integration/Black Box tests for Aedes MQTT Broker. aedes.js handles broker setup and runs in a separete process, based on args passed to the process it can init 3 different servers:

  • TLS: On port 8883
  • WS: On port 4000
  • TCP: On port 1883

Each test will start and close a broker process and init MQTT clients using helper.js methods.

server.key and server.cert have been generated using the command:

openssl req -nodes -new -x509 -keyout server.key -out server.cert

This files are used by aedes to init a TLS server and by MQTT clients to connect to it

Releases

No releases published

Sponsor this project

Packages

No packages published