Questions tagged [iota]

The iota function is used by several programming languages or their libraries to initialize a sequence with uniformly increasing values.

Definition:

The iota function is used by several programming languages or their libraries to initialize a sequence with uniformly increasing values.

The APL programming language uses the iota symbol () to generate sequences of successive integers.

The C++ language recently added iota to the standard library in the <numeric> header. The iota template function has existed in several unofficial C++ template libraries for years.

Important Links:

65 questions
-2
votes
0 answers

Land and Air Vehicle Communications using IOTA Distributed Ledger technology and MQTT and 5G

My research involves the use of a Distributed Ledger Technology as a secure, timely and trustworthy communications platform for land and air vehicles to exchange positional and command information. I have settled on IOTA as a DLT solution and I…
B00083605
  • 23
  • 6
-2
votes
1 answer

Format Syslog data into JSON

I am looking for some advice on an easy way to convert Syslog data into JSON. Currently using a program written in Rust to transmit IoT sensor data over IOTA Tangle but would like to see if it is possible to send Syslog data too. I can manually…
keeno563
  • 1
  • 1
-2
votes
1 answer

how to get iota balance via api url?

I've searched for few days... to get IOTA Coin balance via api call directly. They provided us a documentation for that:- https://iota.readme.io/reference#getbalances
-2
votes
2 answers

Go programming iota similarity with enum in c++

Pardon me my knowledge in Go is very limited. I have a definition like this type ErrorVal int const ( LEV_ERROR ErrorVal = iota LEV_WARNING LEV_DEBUG ) Later in my Go sample code I want to define a value for a type of ErrorVal. What I…
user1495948
  • 65
  • 2
  • 9
-8
votes
2 answers

Random seed generator

EDIT: Sorry for wrong posting, I'll check the forum locations better next time. I selected an answer as accepted, I think this considers the question closed. Thanks for the helpful replies and tips! Original: I need to upgrade to the new Iota wallet…
1 2 3 4
5