Skip to content

v2.1.0

Compare
Choose a tag to compare
@adzialocha adzialocha released this 26 Nov 12:35
· 94 commits to master since this release

Added

  • Feature: Pass remote address informations #42

Get details about where a message came from (read more here: https://nodejs.org/api/dgram.html#dgram_event_message):

osc.on('/test', (message, rinfo) => {
  console.log(rinfo)
})