34 packages tagged with “Cities”
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker) and supports v3.1.0, v3.1.1 and v5.0.0 of the MQTT protocol.
This is an extension library which provides a managed MQTT client with additional features using MQTTnet.
offline library to get information about countries like name, capital, currencies, phone number prefixes, postal code, regex, time zones, google map location, openstreetmap location, flags, ...
This is an extension library which allows executing synchronous device calls including a response using MQTTnet.
This is the server implementation of MQTTnet.
Wilderness Labs modification of MQTTnet for Meadow
This is an extension library which allows using _WebSocket4Net_ as transport for MQTTnet clients.
The Countries List and Irans regions and divisions including a list of all provinces, cities, districts, cities, towns, and villages which you can search and access with LINQ syntax
A library to that allows all mods in Cities Skylines to add their buttons to the same panel. It also allows for detection/resolution of hotkey conflicts.
A library to fetch countries, states, and cities. You can get the countries, states, and cities list and their details. Usage: For Countries: 1. Get all countries: CountryService countryService = new CountryService(); List<Country> countries = await countryService.GetCountries(); foreach (var country in countries) { Console.WriteLine($"ID: {country.CountryId}, Name: {country.CountryName}, PhoneCode: {country.PhoneCode}, Currency: {country.Currency}"); } Output: ID: 1, Name: Afghanistan, PhoneCode: 93, Currency: AFN ID: 2, Name: Aland Islands, PhoneCode: 358, Currency: EUR ID: 3, Name: Albania, PhoneCode: 355, Currency: ALL ID: 4, Name: Algeria, PhoneCode: 213, Currency: DZD ID: 5, Name: American Samoa, PhoneCode: 1, Currency: USD ID: 6, Name: Andorra, PhoneCode: 376, Currency: EUR For States: 1. Get all states by Country Id: StateService stateService = new StateService(); List<State> states = await stateService.GetStatesByCountryId(1); foreach (var state in states) { Console.WriteLine(state.StateId + " " + state.StateName); } Output: 3901 Badakhshan 3871 Badghis 3875 Baghlan 3884 Balkh 3872 Bamyan 3892 Daykundi 3899 Farah 3889 Faryab 3870 Ghazni For Cities: 1. Get all cities by State Id: CityService cityService = new CityService(); List<City> cities = await cityService.GetCitiesByStateId(3901); foreach (var city in cities) { Console.WriteLine(city.CityId + " " + city.CityName); } Output: 52 Ashkasham 68 Fayzabad 78 Jurm 84 Khandud 115 Raghistan 131 Wakhan
Tool with Common Data used in multiple .NET applications like Countries, Cities, Currencies, ExchangeRates...
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
A comprehensive C# model and static data representation of the world's geographical hierarchy, including countries, states/regions, cities, and additional metadata such as timezones, currencies, and ISO codes.
This is a support library to integrate AttributeRouting into MQTTnet with AspNetCore. Easily create Controllers and Actions to process incoming MQTT messages using attribute-based routing against the incoming message topic.
Package Description
Batata Class Library
ASPMVC Core extension for using ChustaSoft.StaticData
Integration for Cities Skylines mods to activate after Move It actions
Bu paket, Türkiye' deki illerin ve ilçelerinin bulunduğu modeller, servis ve json dosyasından oluşmaktadır. Buradaki amaç; Kullanıcı , bilgilerini düzenlemek istediğinde adres kısmındaki illerden birini seçip, o ilin ilçesinden herhangi birini seçebileceği bir pakettir. Nasıl kullanılacağına dair bilgiler README dosyasında mevcuttur.
Bonsai Library containing interfaces for data acquisition and control of Tinkerforge devices.
BrazilCitiesFilter is a lightweight and fast library for searching and correcting Brazilian city names based on a preprocessed binary dictionary with normalized names.
Bonsai library for data acquisition and control of u-blox GPS modules using the UBX protocol.
Bonsai Library for interfacing with the eMOTIONAL Cities wearable data acquisition board.
Pacote com coleções de dados estáticos e oficiais (bancos, cidades, etc.) e provedores para acesso tipado e reutilizável.
Helper utilities for Cities Skylines 2 modding
Fork of MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).