Ivan Efimov 2ff8476a3a docker-opensync-gateway-and-mqtt: ProfileVenue: fix
If run docker with OpenSync GW and MQTT broker inside and allow
board Linksys EA8300 connect it then next error occure in OpenSync GW

Caused by: com.fasterxml.jackson.databind.exc.InvalidTypeIdException:
Could not resolve type id 'ProfileVenueTypeAssignment' as a subtype of
`com.telecominfraproject.wlan.profile.passpoint.models.venue.Passpoint
VenueTypeAssignment`: known type ids = [PasspointVenueTypeAssignment]
(for POJO property 'venueTypeAssignment')

Change in ProfileVenue.json the property "venueTypeAssignment.modelType"
value
  from
    "ProfileVenueTypeAssignment"
  to
    "PasspointVenueTypeAssignment"

Signed-off-by: Ivan Efimov <i.efimov@inango-systems.com>
2020-11-20 20:16:07 +05:00
2020-07-06 10:42:26 -04:00
2020-06-19 09:09:45 -04:00

wlan-opensync-wifi-controller

Opensync Wifi Controller - accepts connections from the access points, pushes configuration, reads metrics from the topics on MQTT broker.

Components in this repository depend on other wlan-cloud repositories.

How to build components in this repository - checkout wlan-cloud-workspace repository and follow its build instructions.

There are several variants of the Opensync Wifi Controller:

  • statically configured by the json files - see the projects: opensync-ext-static, opensync-gateway-static-process, opensync-gateway-static-docker
  • dynamically configured using REST APIs and provisioning workflows of the CloudSDK - see the projects: opensync-ext-cloud, opensync-gateway-cloud-process, opensync-gateway-cloud-docker

All the variants mentionined above are using common components defined in projects opensync-gateway and opensync-ext-interface

Description
No description provided
Readme BSD-3-Clause 2.8 MiB
Languages
Java 95.7%
Shell 3.7%
Dockerfile 0.6%