Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: olsky/swi-mqtt-pack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sprior/swi-mqtt-pack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 15 commits
  • 11 files changed
  • 1 contributor

Commits on Jun 18, 2017

  1. remove binaries from source control (including the apparently obsolet…

    …e libmosquitto.a)
    
    Make the Makefile a little more generic.
    sprior committed Jun 18, 2017
    Copy the full SHA
    e5de349 View commit details
  2. Copy the full SHA
    817b502 View commit details
  3. add .gitignore

    sprior committed Jun 18, 2017
    Copy the full SHA
    114ea73 View commit details
  4. Copy the full SHA
    aa4e943 View commit details

Commits on Jun 20, 2017

  1. Copy the full SHA
    22dfc52 View commit details

Commits on Jun 26, 2017

  1. Seems to be working now

    sprior committed Jun 26, 2017
    Copy the full SHA
    9aa1307 View commit details
  2. cleanup

    sprior committed Jun 26, 2017
    Copy the full SHA
    c450006 View commit details

Commits on Jul 11, 2017

  1. Added loop.pl while is an example of a long running Prolog process to

    subscribe and respond to MQTT messages.
    sprior committed Jul 11, 2017
    Copy the full SHA
    0feecb3 View commit details
  2. Example code for a NodeMCU type ESP8266 board programmed in the

    Arduino environment to sample a RHT03 Temperature/Humidity Sensor
    and publish the temp/humidity values as a MQTT topic.
    
    This could be subscribed to in Prolog and reacted to.
    sprior committed Jul 11, 2017
    Copy the full SHA
    186bb11 View commit details

Commits on Sep 26, 2018

  1. update package info

    sprior committed Sep 26, 2018
    Copy the full SHA
    9cdc65a View commit details

Commits on Feb 1, 2021

  1. int to size_t fix

    sprior committed Feb 1, 2021
    Copy the full SHA
    d11e509 View commit details

Commits on Feb 3, 2021

  1. turn on debug

    sprior committed Feb 3, 2021
    Copy the full SHA
    9e15abe View commit details

Commits on Feb 15, 2021

  1. Copy the full SHA
    8503255 View commit details
  2. bump version, add + to CFLAGS

    sprior committed Feb 15, 2021
    Copy the full SHA
    e5400a6 View commit details

Commits on Jun 11, 2023

  1. client_id defaults to NULL

    sprior authored Jun 11, 2023
    Copy the full SHA
    919c969 View commit details
Loading